Commit Graph

4 Commits

Author SHA1 Message Date
Brandon Sorensen
8637cb3ced Removed various extra white space and other small formatting errors. 2022-05-26 18:01:23 +02:00
Brandon Sorensen
0168201bb1 Changes Cocoa references to Quartz and moved funcs into class
Changes references to Cocoa framework in class interface class
names to Quartz such that they match existing Dolphin interfaces.

Additionally, moves the `get_bounds` and `getWindowCenter` helper
functions into the `QuartzInputMouse` class as private methods
as they do not need to be exposed.
2022-05-23 13:34:08 +02:00
Brandon Sorensen
be68e0e299 Removed leftover fluff from old implementations. 2022-05-20 18:58:35 +02:00
Brandon Sorensen
92262f9343 Added input APIs for macOS 2022-05-16 17:17:09 +02:00