godot/platform/osx
Xavier Sellier 377fdc1e33 Hardware cursor implementation for Godot Engine 2.1
- Remove all references to the variable 'custom_mouse_cursor_hotspot' and 'custom_mouse_cursor' from the project settings.
- Indeed, to implement a custom cursor we need to define a sprite for each 'state' of the cursor. Using those variables in the projects settings would define only the _main_ cursor.
- Cleanup the VirtualServer (Remove references to cursor_set_visible, cursor_set_texture and cursor_set_pos)
- Cleanup the Input (set_mouse_in_window should not be used anymore)
- Update the documentation
- Implement it for windows, X11, Javascript, BB 10, OSx, iOS, server, android
- NOT IMPLEMENTED FOR WINRT (As of today, I'm not able to implement this one, this post might help)
- NOT IMPLEMENTED FOR HAIKU (Support of this platform seems perfunctory)
- Build it for Windows, Android and OSX
2017-12-15 11:37:36 -05:00
..
export Style: apply clang-format (3.9.1) to current source 2017-12-11 15:18:06 +01:00
audio_driver_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
audio_driver_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
context_gl_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
context_gl_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
crash_handler_osx.h Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-19 19:56:24 -03:00
crash_handler_osx.mm Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-19 19:56:24 -03:00
detect.py change matrix and enable caching for Android, iOS and macOS (cross-compile) 2017-11-13 15:13:46 -04:00
dir_access_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
dir_access_osx.mm Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
godot_main_osx.mm Added a crash handler to dump the backtrace on Windows, Linux and OS X 2017-09-19 19:56:24 -03:00
godot_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
godot_osx.mm Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
joystick_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
joystick_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_osx.h Hardware cursor implementation for Godot Engine 2.1 2017-12-15 11:37:36 -05:00
os_osx.mm Hardware cursor implementation for Godot Engine 2.1 2017-12-15 11:37:36 -05:00
platform_config.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
SCsub disable caching for targets using helper functions 2017-11-28 16:14:24 -04:00
sem_osx.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
sem_osx.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00