mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-05 23:44:05 +02:00
Prepend key modifier enum values with 'SDL_'
This commit is contained in:
committed by
Sam Lantinga
parent
b7ac14f2bd
commit
abdfa809db
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user