virtualx-engine/platform/windows
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 Editor Export Settings Dialog is completed!! Now on to make some exporters.. 2017-02-19 23:21:35 -03:00
context_gl_win.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
context_gl_win.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
ctxgl_procaddr.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
ctxgl_procaddr.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
detect.py Improvements to scons defined WINVER/_WIN32_WINNT 2017-01-12 17:13:19 +01:00
godot.ico Icon: Remove more grey capsules behind official logo 2016-05-30 00:41:42 +02:00
godot_res.rc Fix Windows resource script 2016-07-27 15:35:49 -03:00
godot_win.cpp Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
joypad.cpp Better handling of joypad device IDs. 2017-02-26 21:01:31 +01:00
joypad.h Better handling of joypad device IDs. 2017-02-26 21:01:31 +01:00
key_mapping_win.cpp Windows: Define _WIN32_WINRT to 0x0600 (Vista) 2017-01-08 20:41:26 +01:00
key_mapping_win.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
lang_table.h Welcome in 2017, dear changelog reader! 2017-01-01 22:03:33 +01:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_windows.cpp -renamed globals.h to global_config.cpp (this seems to have caused a few modified files) 2017-02-21 00:06:30 -03:00
os_windows.h Merge pull request #7770 from Limb/removedx9 2017-02-12 23:23:34 +01:00
packet_peer_udp_winsock.cpp Fix buffer size check in UDP socket. 2017-01-23 20:18:23 +01:00
packet_peer_udp_winsock.h Implement UDP listen bind address 2017-01-23 20:18:18 +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
stream_peer_winsock.cpp Avoid deadlock when writing/reading data on a connecting TCP socket 2017-01-23 20:18:23 +01:00
stream_peer_winsock.h Avoid deadlock when writing/reading data on a connecting TCP socket 2017-01-23 20:18:23 +01:00
tcp_server_winsock.cpp Remove set_ip_type from network classes (no longer needed) 2017-01-23 20:18:22 +01:00
tcp_server_winsock.h Implement TCP Server bind address 2017-01-23 20:15:20 +01:00