godot/core/os
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
..
copymem.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
dir_access.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
dir_access.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
file_access.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
file_access.h Fix Windows-to-Linux export error 2017-12-06 20:28:00 +01:00
input.cpp Hardware cursor implementation for Godot Engine 2.1 2017-12-15 11:37:36 -05:00
input.h Hardware cursor implementation for Godot Engine 2.1 2017-12-15 11:37:36 -05:00
input_event.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
input_event.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
keyboard.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
keyboard.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
main_loop.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
main_loop.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_dynamic.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_dynamic.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_dynamic_prealloc.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_dynamic_prealloc.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_dynamic_static.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_dynamic_static.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_static.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
memory_pool_static.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
mutex.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
mutex.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
os.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
os.h Hardware cursor implementation for Godot Engine 2.1 2017-12-15 11:37:36 -05:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
semaphore.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
semaphore.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
shell.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
shell.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
thread.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
thread.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
thread_dummy.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
thread_dummy.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
thread_safe.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00
thread_safe.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:11:45 +02:00