mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-17 11:38:49 +00:00
Prepend key modifier enum values with 'SDL_'
This commit is contained in:
parent
b7ac14f2bd
commit
abdfa809db
23 changed files with 280 additions and 199 deletions
|
|
@ -356,7 +356,7 @@ static SDL_bool ShowingFront()
|
|||
}
|
||||
}
|
||||
}
|
||||
if ((SDL_GetModState() & KMOD_SHIFT) != 0) {
|
||||
if ((SDL_GetModState() & SDL_KMOD_SHIFT) != 0) {
|
||||
showing_front = SDL_FALSE;
|
||||
}
|
||||
return showing_front;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue