DVUI

refresh

Called by dvui.refresh when it is called from a background thread. Used to wake up the gui thread. It only has effect if you are using dvui.Window.waitTime or some other method of waiting until a new event comes in.

Parameters

#
self:Backend
Backend

Source

Implementation

#
pub fn refresh(self: Backend) void {
    return self.impl.refresh();
}