Forgot another print statement
Really should not code when I am busy :)
This commit is contained in:
parent
e25b64ae15
commit
8406d4a8f1
@ -313,7 +313,6 @@ static GLFWbool initializeTIS(void)
|
||||
|
||||
static inline bool
|
||||
is_ctrl_tab(NSEvent *event, NSEventModifierFlags modifierFlags) {
|
||||
NSLog(@"%@\n", event.charactersIgnoringModifiers);
|
||||
if (
|
||||
(modifierFlags == NSEventModifierFlagControl &&
|
||||
[event.charactersIgnoringModifiers isEqualToString:@"\t"]) ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user