mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 23:57:45 +08:00
made IsModifierKeyPressed() helper static
This commit is contained in:
@@ -183,7 +183,7 @@
|
||||
|
||||
@end
|
||||
|
||||
bool IsModifierKeyPressed(unsigned int flags,
|
||||
static bool IsModifierKeyPressed(unsigned int flags,
|
||||
unsigned int target_mask,
|
||||
unsigned int other_mask,
|
||||
unsigned int either_mask)
|
||||
|
||||
Reference in New Issue
Block a user