fix: merge vaxis and win32 event handling interfaces
This commit is contained in:
parent
1fdb5f240b
commit
9047439315
3 changed files with 11 additions and 19 deletions
|
@ -149,7 +149,7 @@ pub fn leave_alternate_screen(self: *Self) void {
|
|||
_ = self;
|
||||
@panic("todo");
|
||||
}
|
||||
pub fn process_gui_event(self: *Self, m: thespian.message) !void {
|
||||
pub fn process_renderer_event(self: *Self, m: thespian.message) !void {
|
||||
const Input = struct {
|
||||
kind: u8,
|
||||
codepoint: u21,
|
||||
|
@ -356,8 +356,3 @@ pub fn cursor_disable(self: *Self) void {
|
|||
_ = self;
|
||||
//@panic("todo");
|
||||
}
|
||||
pub fn ucs32_to_utf8(ucs32: []const u32, utf8: []u8) !usize {
|
||||
_ = ucs32;
|
||||
_ = utf8;
|
||||
@panic("todo");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue