godot/platform/osx
Andreas Haas a175ac7032
Better handling of joypad device IDs.
Now InputDefault is responsible for giving out joypad device IDs to the platform, instead of each platform handling this itself.
This makes it possible for c++ modules to add their own "custom" gamepad devices, without the risk of messing up events in case the user also has regular gamepads attached (using the OS code).
For now, it's implemented for the main desktop platforms.
Possible targets for future work: android, uwp, javascript
2017-02-26 21:01:31 +01:00
..
export -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
audio_driver_osx.cpp Fix compile errors related to audio on OSX 2017-01-16 20:32:44 +11:00
audio_driver_osx.h Fix compile errors related to audio on OSX 2017-01-16 20:32:44 +11:00
context_gl_osx.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
context_gl_osx.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
detect.py Set minimum version to 10.9 building OSX 2016-11-25 00:55:13 +11:00
dir_access_osx.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
dir_access_osx.mm Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
godot_main_osx.mm Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
godot_osx.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
godot_osx.mm Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
joypad_osx.cpp Better handling of joypad device IDs. 2017-02-26 21:01:31 +01:00
joypad_osx.h Better handling of joypad device IDs. 2017-02-26 21:01:31 +01:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_osx.h Fix compile errors related to audio on OSX 2017-01-16 20:32:44 +11:00
os_osx.mm Fix missing semicolon in previous commit 2017-02-13 23:46:25 +01:00
platform_config.h Move glad files to thirdparty dir 2017-01-06 22:42:19 +01:00
SCsub Finish replacement of joystick by joypad 2017-01-08 21:33:37 +01:00
sem_osx.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
sem_osx.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00