CGSInternal
CGSInternal copied to clipboard
A collection of private CoreGraphics and SkyLight routines.
Very nice about the project, I was able to detect when the mission control is active. Is there any support to check also when the App Expose is active? Thank...
I want to disable fn key from showing the emoji menu globally when my app is active / background I am already achieving this using **CGSSetGlobalHotKeyOperatingMode(connection, kCGSGlobalHotKeyDisable)** However, this disables...
I've wanted to leave an issue on this for at least a year, maybe two, but meh here it goes. As of 10.13, here are the `CGS` symbols (which have...
`CGSWarpPoint` is actually not composed of `CGPoint`'s, but a structure of floats that resembles it: ``` typedef struct { float x; float y; } CGSMeshPoint; ```
Would you be interested in making this repo compatible with the Swift Package Manager? I don't mind doing it and making a PR, if there's interest.