This commit is contained in:
Kovid Goyal 2021-11-11 22:41:59 +05:30
parent f34cc1861a
commit fac76ddedd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1533,7 +1533,7 @@ void _glfwPlatformUpdateIMEState(_GLFWwindow *w, const GLFWIMEUpdateEvent *ev) {
- (void)doCommandBySelector:(SEL)selector - (void)doCommandBySelector:(SEL)selector
{ {
if (_glfw.hints.init.debugKeyboard) NSLog(@"\n\tdoCommandBySelector: (%@)\n", NSStringFromSelector(selector)); debug_key("\n\tdoCommandBySelector: (%s)\n", [NSStringFromSelector(selector) UTF8String]);
} }
@end @end