DVUI

reset

reset() should be called immediately before the first "selectable" is created. If using with a GridWidget, call reset before the first body cell is created.

Parameters

#
self:*SelectAllKeyboard
*SelectAllKeyboard

Source

Implementation

#
pub fn reset(self: *SelectAllKeyboard) void {
        self.last_focused_in_frame = dvui.lastFocusedIdInFrame();
    }