| Age | Commit message (Collapse) | Author |
|
Added this for testing, but it no longer makes sense.
|
|
Since this is a literal, it can be declared statically.
|
|
When the registered global hotkey is pressed, toggle screen colour
inversion.
Move the colour inversion code to the `Invert` class.
|
|
Build DDHotKey as a static library so we can compile it with ARC turned
on and our project with ARC turned off. Since DDHotKey is written with
ARC, if I include its headers directly, I'd need to enable ARC on my
project in order to compile it.
Initialise an `NSApplication` to give us an environment in which to
register the global hotkey.
A new class `Invert` will respond to the hotkey and respond accordingly.
|