mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-18 22:51:39 +00:00
make enter key toggle Option Search mode too
This commit is contained in:
parent
0ca1809f3e
commit
dd40d4f6f6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class os_AnyOrAllOption : OptionMenuItemOption
|
||||||
{
|
{
|
||||||
bool result = Super.MenuEvent(mkey, fromcontroller);
|
bool result = Super.MenuEvent(mkey, fromcontroller);
|
||||||
|
|
||||||
if (mKey == Menu.MKEY_Left || mKey == Menu.MKEY_Right)
|
if (mKey == Menu.MKEY_Left || mKey == Menu.MKEY_Right || mkey == Menu.MKEY_Enter)
|
||||||
{
|
{
|
||||||
mMenu.search();
|
mMenu.search();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue