godot/platform/windows
Rémi Verschelde d4c17700aa style: Fix PEP8 whitespace issues in Python files
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
2016-11-01 00:35:16 +01:00
..
export Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
context_gl_win.cpp vsync support 2016-06-05 19:14:33 -03:00
context_gl_win.h vsync support 2016-06-05 19:14:33 -03:00
ctxgl_procaddr.cpp Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
ctxgl_procaddr.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
detect.py style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +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 remove trailing whitespace 2016-03-09 00:00:52 +01:00
joystick.cpp fixes #5464 windows_joystick close_joystick bug 2016-06-29 23:00:45 +02:00
joystick.h Windows: Support gamepad vibration using XInput. 2016-06-15 14:40:57 +02:00
key_mapping_win.cpp Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT 2016-02-17 23:01:27 +01:00
key_mapping_win.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
lang_table.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
logo.png Fixed iCCp chunk in pngs 2016-06-22 21:13:29 +02:00
os_windows.cpp Fix the hiding of mouse cursor before interaction 2016-10-20 20:01:28 -02:00
os_windows.h Isolate XAudio2 driver 2016-10-17 20:42:12 -02:00
packet_peer_udp_winsock.cpp TCP/UDP Listen sockets can now be set to IPv6 only 2016-10-30 17:46:05 +01:00
packet_peer_udp_winsock.h added windows support for ipv6, cleaned up unix code 2016-10-20 07:04:10 -03:00
platform_config.h glew: Split thirdparty files and isolate env 2016-10-15 12:01:28 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
stream_peer_winsock.cpp Fix windows debugger connection problems. 2016-10-30 17:46:05 +01:00
stream_peer_winsock.h Update copyright to 2016 in headers 2016-01-01 11:50:53 -02:00
tcp_server_winsock.cpp TCP/UDP Listen sockets can now be set to IPv6 only 2016-10-30 17:46:05 +01:00
tcp_server_winsock.h TCPServer listen now default to IP type ANY (v6 socket with v4 support) 2016-10-30 17:46:05 +01:00