summaryrefslogtreecommitdiffstats
path: root/platform/uwp/joypad_uwp.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-01-15 22:15:47 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-01-16 08:49:52 +0100
commit2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81 (patch)
treee7cafdf9c76fd6545124ead4dc5ee17f940f0a10 /platform/uwp/joypad_uwp.h
parent39114178a0952e9f5efee08e23d73d70f3d8d3db (diff)
downloadredot-engine-2a0ddc1e89ec7b947152c8d0cb132d58f2c00a81.tar.gz
Style: Various fixes to play nice with clang-format
Diffstat (limited to 'platform/uwp/joypad_uwp.h')
-rw-r--r--platform/uwp/joypad_uwp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/platform/uwp/joypad_uwp.h b/platform/uwp/joypad_uwp.h
index 90505b409a..5d81ac44c0 100644
--- a/platform/uwp/joypad_uwp.h
+++ b/platform/uwp/joypad_uwp.h
@@ -33,10 +33,12 @@
ref class JoypadUWP sealed {
+ /** clang-format breaks this, it does not understand this token. */
+ /* clang-format off */
internal:
-
void register_events();
uint32_t process_controllers(uint32_t p_last_id);
+ /* clang-format on */
JoypadUWP();
JoypadUWP(InputDefault* p_input);