mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
parent
758c61afbe
commit
dbf6c19209
@ -428,6 +428,9 @@ static ui_application_t ui_application_cocoa = {
|
||||
|
||||
apple_input_keyboard_event(event_type == NSEventTypeKeyDown,
|
||||
keycode, character, mod, RETRO_DEVICE_KEYBOARD);
|
||||
if ((mod & RETROKMOD_META) && (event_type == NSEventTypeKeyDown))
|
||||
apple_input_keyboard_event(false,
|
||||
keycode, character, mod, RETRO_DEVICE_KEYBOARD);
|
||||
}
|
||||
break;
|
||||
#if defined(HAVE_COCOA_METAL)
|
||||
|
Loading…
x
Reference in New Issue
Block a user