Use single tap in mobile STK for list widget

This commit is contained in:
Benau 2020-02-05 12:12:24 +08:00
parent 56fa8156d2
commit 746f09a6d0

View File

@ -443,7 +443,7 @@ void CGUISTKListBox::selectNew(s32 ypos, bool onlyHover)
event.GUIEvent.Caller = this;
event.GUIEvent.Element = 0;
#if !defined(ANDROID)
#if !defined(MOBILE_STK)
if (Selected != oldSelected /*|| now < selectTime + 500*/)
event.GUIEvent.EventType = EGET_LISTBOX_CHANGED;
else