From 769a28d97890773cf6087254270eba0fdfe98038 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 28 Mar 2022 17:27:59 -0400 Subject: Rename SDL_GameControllerBUtton to SDL_GameControllerButton Signed-off-by: Sebastian --- sdl2/gamecontroller.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sdl2/gamecontroller.ha') diff --git a/sdl2/gamecontroller.ha b/sdl2/gamecontroller.ha index 113bb37..1ce9384 100644 --- a/sdl2/gamecontroller.ha +++ b/sdl2/gamecontroller.ha @@ -23,7 +23,7 @@ export type SDL_GameControllerAxis = enum u8 { }; // The list of buttons available from a controller -export type SDL_GameControllerBUtton = enum u8 { +export type SDL_GameControllerButton = enum u8 { INVALID = 255, A = 0, B, -- cgit v1.2.3