refactor: move command and EventHandler out of the tui module
This commit is contained in:
parent
f41fb97d02
commit
16c5471126
45 changed files with 132 additions and 81 deletions
|
@ -5,9 +5,9 @@ const tracy = @import("tracy");
|
|||
const Plane = @import("renderer").Plane;
|
||||
const key = @import("renderer").input.key;
|
||||
const event_type = @import("renderer").input.event_type;
|
||||
const EventHandler = @import("EventHandler");
|
||||
|
||||
const Widget = @import("Widget.zig");
|
||||
const EventHandler = @import("EventHandler.zig");
|
||||
|
||||
plane: Plane,
|
||||
pos_scrn: u32 = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue