Bladeren bron

Fixed whitespace

Sam Lantinga 1 jaar geleden
bovenliggende
commit
72c366bf3d
1 gewijzigde bestanden met toevoegingen van 25 en 25 verwijderingen
  1. 25 25
      src/joystick/hidapi/SDL_hidapi_steamdeck.c

+ 25 - 25
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_HBUTTON_L4			= 0x00000200,
-	STEAMDECK_HBUTTON_R4			= 0x00000400,
-	STEAMDECK_HBUTTON_QAM			= 0x00040000,
+    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,
 } SteamDeckButtons;
 
 typedef struct