made IsModifierKeyPressed() helper static

main
Ozkan Sezer 2023-03-09 20:28:05 +03:00
parent 4de6ddd07f
commit 34d13cd0a9
1 changed files with 5 additions and 5 deletions

View File

@ -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)