mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Add HAVE_LANGEXTRA ifdef
This commit is contained in:
parent
c2c2521b12
commit
82b41265e2
@ -238,10 +238,12 @@ unsigned menu_event(uint64_t input, uint64_t trigger_input)
|
||||
menu_event_osk_append(menu_event_get_osk_ptr());
|
||||
}
|
||||
|
||||
#ifdef HAVE_LANGEXTRA
|
||||
if (trigger_input & (UINT64_C(1) << menu_cancel_btn))
|
||||
{
|
||||
input_keyboard_event(true, '\x7f', '\x7f', 0, RETRO_DEVICE_KEYBOARD);
|
||||
}
|
||||
#endif
|
||||
|
||||
/* send return key to close keyboard input window */
|
||||
if (trigger_input & (UINT64_C(1) << RETRO_DEVICE_ID_JOYPAD_START))
|
||||
|
Loading…
x
Reference in New Issue
Block a user