merdes varies

This commit is contained in:
2025-08-08 21:06:28 +02:00
parent 98f34c0a09
commit 0fc83cf9c1
11 changed files with 34 additions and 26 deletions

View File

@@ -75,7 +75,7 @@ void DefineButtons::update() {
}
}
void DefineButtons::checkEvents(const SDL_Event &event) {
void DefineButtons::handleEvents(const SDL_Event &event) {
if (enabled_) {
switch (event.type) {
case SDL_EVENT_GAMEPAD_BUTTON_DOWN: