aboutsummaryrefslogtreecommitdiff
path: root/sdl2/gamecontroller.ha
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sdl2/gamecontroller.ha14
1 files changed, 7 insertions, 7 deletions
diff --git a/sdl2/gamecontroller.ha b/sdl2/gamecontroller.ha
index 4af8677..7bf2e18 100644
--- a/sdl2/gamecontroller.ha
+++ b/sdl2/gamecontroller.ha
@@ -13,13 +13,13 @@ export type gamecontroller = void;
//
// Trigger axis values range from 0 to [[JOYSTICK_AXIS_MAX]].
export type controller_axis = enum u8 {
- LEFTX,
- LEFTY,
- RIGHTX,
- RIGHTY,
- TRIGGERLEFT,
- TRIGGERRIGHT,
- INVALID = 255,
+ LEFTX,
+ LEFTY,
+ RIGHTX,
+ RIGHTY,
+ TRIGGERLEFT,
+ TRIGGERRIGHT,
+ INVALID = 255,
};
// The list of buttons available from a controller