You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using three hardware buttons (prev, select, and next) to control my device. On the screen, there are several buttons and a listbox used to display a list of files.
I want to use prev or next to navigate/select files, and press select to open one.
The default logic is that I first need to navigate to the listbox and press select to give it focus before I can select an item.
After selecting an item and pressing select, the listbox only loses focus — there is no GSLC_TOUCH_UP_IN event, only two types: GSLC_TOUCH_FOCUS_PRESELECT and GSLC_TOUCH_FOCUS_SELECT.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using three hardware buttons (prev, select, and next) to control my device. On the screen, there are several buttons and a listbox used to display a list of files.
I want to use prev or next to navigate/select files, and press select to open one.
The default logic is that I first need to navigate to the listbox and press select to give it focus before I can select an item.
After selecting an item and pressing select, the listbox only loses focus — there is no GSLC_TOUCH_UP_IN event, only two types: GSLC_TOUCH_FOCUS_PRESELECT and GSLC_TOUCH_FOCUS_SELECT.
Beta Was this translation helpful? Give feedback.
All reactions