godot/platform/windows
Rémi Verschelde a7389217f8 style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes:

- E301 - Add missing blank line.
- E302 - Add missing 2 blank lines.
- E303 - Remove extra blank lines.
- E304 - Remove blank line following function decorator.
- E309 - Add missing blank line.
- W391 - Remove trailing blank lines.
2016-11-02 22:29:36 +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
ctxgl_procaddr.h
detect.py style: Fix PEP8 blank lines issues in Python files 2016-11-02 22:29:36 +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
key_mapping_win.h
lang_table.h
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-30 23:58:32 +01:00
os_windows.h Improve debug focus behavior 2016-10-09 17:29:59 +02:00
packet_peer_udp_winsock.cpp Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
packet_peer_udp_winsock.h Add missing license headers in our source files (#5255) 2016-06-18 14:46:12 +02:00
platform_config.h glew: Split thirdparty files and isolate env 2016-10-30 14:51:33 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-02 22:28:28 +01:00
stream_peer_winsock.cpp
stream_peer_winsock.h
tcp_server_winsock.cpp
tcp_server_winsock.h