setting up my new iMac something still are wonky

The settings pane only shows with an actual game pad attached. From a developer perspective, when writing code to receive input, the game controller framework supports coalescing keyboards and mice as well as game pads into a singular input flow. Instead of handling keyboard through app kit and game pads through GC.
It’s not pretty code as it’s just my playground for experimenting with game controllers but you can see an example of what I mean in my SpriteKit pong game on GitHub.

This one I'm assuming? Thanks!
 

This one I'm assuming? Thanks!
Yep.

Used game controller framework for keyboard input. Also works with game pads and I’ve over it’s history also messed with dual sense adaptive triggers and light bars and such in that code base though not sure if any of that is in the latest commit or ever committed for that matter
 
Back
Top