title
Change the title of the OS window, if supported by the backend.
Parameters
- self:*Self
- *Self
- new_title:[]const u8
- []const u8
Source
Implementation
pub fn title(self: *Self, new_title: []const u8) void {
self.backend.title(self, new_title);
}