mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-01 01:17:40 +00:00
Change SDL_Keycode
type to an enum
This commit is contained in:
parent
f8844d387c
commit
f8cb3c742d
8 changed files with 30 additions and 21 deletions
|
@ -251,6 +251,8 @@ static void loop(void *arg)
|
|||
(float)(rand() % 480));
|
||||
}
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue