made IsModifierKeyPressed() helper static
parent
4de6ddd07f
commit
34d13cd0a9
|
@ -183,7 +183,7 @@
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
bool IsModifierKeyPressed(unsigned int flags,
|
static bool IsModifierKeyPressed(unsigned int flags,
|
||||||
unsigned int target_mask,
|
unsigned int target_mask,
|
||||||
unsigned int other_mask,
|
unsigned int other_mask,
|
||||||
unsigned int either_mask)
|
unsigned int either_mask)
|
||||||
|
|
Loading…
Reference in New Issue