aboutsummaryrefslogtreecommitdiff
path: root/src/Game/Controller.hs
AgeCommit message (Collapse)Author
2024-05-17formattingHEADmainJuan J. Martinez
2023-10-17Cleaner, more readable codeJuan J. Martinez
2023-04-15"Toaster" notificationsJuan J. Martinez
To provide feedback to the user when a controller is plugged/unplugged.
2023-03-09Use ALT + Enter to toggle fullscreenJuan J. Martinez
2023-03-04Fix: controller device added uses joystick indexJuan J. Martinez
While the other events rely on joystick's instance ID.
2023-03-03Better Gamepad support handling connection/disconnectionJuan J. Martinez
2023-02-07Avoid repeat for buttons a, b and menuJuan J. Martinez
2023-02-07Using OverloadedRecordDotJuan J. Martinez
2023-02-05Basic gamepad supportJuan J. Martinez
2023-02-04Initial importJuan J. Martinez