mirror of
https://github.com/glfw/glfw.git
synced 2025-06-07 16:24:57 +00:00
add patch for CTRL+TAB
This commit is contained in:
parent
d097e35743
commit
0dc3a76438
@ -565,7 +565,10 @@ static const NSRange kEmptyRange = { NSNotFound, 0 };
|
||||
|
||||
[self interpretKeyEvents:@[event]];
|
||||
}
|
||||
|
||||
- (BOOL)_wantsKeyDownForEvent:(NSEvent*)event {
|
||||
// COPIED FROM https://bugreports.qt.io/browse/QTBUG-8596
|
||||
return YES;
|
||||
}
|
||||
- (void)flagsChanged:(NSEvent *)event
|
||||
{
|
||||
int action;
|
||||
|
Loading…
Reference in New Issue
Block a user