don't allow ok button to work from behind the OSK
This commit is contained in:
parent
78e75cdc69
commit
951f3f3e19
|
@ -361,6 +361,7 @@ unsigned menu_event(uint64_t input, uint64_t trigger_input)
|
|||
input_keyboard_event(true, '\n', '\n', 0, RETRO_DEVICE_KEYBOARD);
|
||||
|
||||
trigger_input = 0;
|
||||
ok_trigger = 0;
|
||||
}
|
||||
|
||||
if (trigger_input & (UINT64_C(1) << RETRO_DEVICE_ID_JOYPAD_UP))
|
||||
|
|
Loading…
Reference in New Issue