Change SDL_Keycode type to an enum

This commit is contained in:
Susko3 2024-03-06 19:35:18 +01:00 committed by Sam Lantinga
parent f8844d387c
commit f8cb3c742d
8 changed files with 30 additions and 21 deletions

View file

@ -251,6 +251,8 @@ static void loop(void *arg)
(float)(rand() % 480));
}
break;
default:
break;
}
break;
default: