tabIndexPrev
Move focus to the previous widget in tab index order. Uses the tab index values from last frame.
If you are calling this due to processing an event, you can pass Event's num
and any further events will have their focus adjusted.
Only valid between Window.beginand Window.end.
Parameters
- event_num:?u16
- ?u16
Source
Implementation
pub fn tabIndexPrev(event_num: ?u16) void {
tabIndexPrevEx(event_num, currentWindow().tab_index_prev.items, .zero, false);
}