mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-20 22:35:41 +00:00
Change SDL_Keycode type to an enum
This commit is contained in:
@@ -251,6 +251,8 @@ static void loop(void *arg)
|
||||
(float)(rand() % 480));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user