refreshBackend
called from any thread
Parameters
- self:*Self
- *Self
- src:std.builtin.SourceLocation
- std.builtin.SourceLocation
- id:?Id
- ?Id
Source
Implementation
pub fn refreshBackend(self: *Self, src: std.builtin.SourceLocation, id: ?Id) void {
if (dvui.debug.logRefresh(null)) {
log.debug("{s}:{d} refreshBackend {?x}", .{ src.file, src.line, id });
}
self.backend.refresh();
}