aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-10-14Makefile: Use a more generic Mac OS SDKTeddy Wing
Instead of hard-coding the 10.13 SDK.
2018-10-14Add a C test file to test linking and the lib functionTeddy Wing
Once I got linking working, this confirms that the key simulator function actually works. Beef up the Makefile to enable us to properly link the Objective-C library.
2018-10-14Remove repetition in key down and key up eventsTeddy Wing
2018-10-14Test code to press the "play" media keyTeddy Wing
Based on code from Albert https://stackoverflow.com/users/133374/albert and Nick Sweeting https://stackoverflow.com/users/2156113/nick-sweeting on Stack Overflow: - https://stackoverflow.com/questions/11045814/emulate-media-key-press-on-mac/11048135#11048135 - https://stackoverflow.com/questions/10459085/cocoa-simulate-macbook-upper-keys-multimedia-keys/50574159#50574159 Simulates a key press of the "play" media key. Going to adapt this to a generic function.
2018-10-14Add MakefileTeddy Wing
Basic development build rule.
2018-10-14New Xcode Cocoa static library projectTeddy Wing
Initialised with Xcode version 9.2 (9C40b).