From 72c366bf3d723c17a8662dc00b9684c1d5dd0ab8 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 20 Dec 2023 06:51:59 -0800 Subject: [PATCH] Fixed whitespace --- src/joystick/hidapi/SDL_hidapi_steamdeck.c | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/joystick/hidapi/SDL_hidapi_steamdeck.c b/src/joystick/hidapi/SDL_hidapi_steamdeck.c index 688e82169..e27dd2a40 100644 --- a/src/joystick/hidapi/SDL_hidapi_steamdeck.c +++ b/src/joystick/hidapi/SDL_hidapi_steamdeck.c @@ -34,31 +34,31 @@ typedef enum { - STEAMDECK_LBUTTON_R2 = 0x00000001, - STEAMDECK_LBUTTON_L2 = 0x00000002, - STEAMDECK_LBUTTON_R = 0x00000004, - STEAMDECK_LBUTTON_L = 0x00000008, - STEAMDECK_LBUTTON_Y = 0x00000010, - STEAMDECK_LBUTTON_B = 0x00000020, - STEAMDECK_LBUTTON_X = 0x00000040, - STEAMDECK_LBUTTON_A = 0x00000080, - STEAMDECK_LBUTTON_DPAD_UP = 0x00000100, - STEAMDECK_LBUTTON_DPAD_RIGHT = 0x00000200, - STEAMDECK_LBUTTON_DPAD_LEFT = 0x00000400, - STEAMDECK_LBUTTON_DPAD_DOWN = 0x00000800, - STEAMDECK_LBUTTON_VIEW = 0x00001000, - STEAMDECK_LBUTTON_STEAM = 0x00002000, - STEAMDECK_LBUTTON_MENU = 0x00004000, - STEAMDECK_LBUTTON_L5 = 0x00008000, - STEAMDECK_LBUTTON_R5 = 0x00010000, - STEAMDECK_LBUTTON_LEFT_PAD = 0x00020000, - STEAMDECK_LBUTTON_RIGHT_PAD = 0x00040000, - STEAMDECK_LBUTTON_L3 = 0x00400000, - STEAMDECK_LBUTTON_R3 = 0x04000000, + STEAMDECK_LBUTTON_R2 = 0x00000001, + STEAMDECK_LBUTTON_L2 = 0x00000002, + STEAMDECK_LBUTTON_R = 0x00000004, + STEAMDECK_LBUTTON_L = 0x00000008, + STEAMDECK_LBUTTON_Y = 0x00000010, + STEAMDECK_LBUTTON_B = 0x00000020, + STEAMDECK_LBUTTON_X = 0x00000040, + STEAMDECK_LBUTTON_A = 0x00000080, + STEAMDECK_LBUTTON_DPAD_UP = 0x00000100, + STEAMDECK_LBUTTON_DPAD_RIGHT = 0x00000200, + STEAMDECK_LBUTTON_DPAD_LEFT = 0x00000400, + STEAMDECK_LBUTTON_DPAD_DOWN = 0x00000800, + STEAMDECK_LBUTTON_VIEW = 0x00001000, + STEAMDECK_LBUTTON_STEAM = 0x00002000, + STEAMDECK_LBUTTON_MENU = 0x00004000, + STEAMDECK_LBUTTON_L5 = 0x00008000, + STEAMDECK_LBUTTON_R5 = 0x00010000, + STEAMDECK_LBUTTON_LEFT_PAD = 0x00020000, + STEAMDECK_LBUTTON_RIGHT_PAD = 0x00040000, + STEAMDECK_LBUTTON_L3 = 0x00400000, + STEAMDECK_LBUTTON_R3 = 0x04000000, - STEAMDECK_HBUTTON_L4 = 0x00000200, - STEAMDECK_HBUTTON_R4 = 0x00000400, - STEAMDECK_HBUTTON_QAM = 0x00040000, + STEAMDECK_HBUTTON_L4 = 0x00000200, + STEAMDECK_HBUTTON_R4 = 0x00000400, + STEAMDECK_HBUTTON_QAM = 0x00040000, } SteamDeckButtons; typedef struct