refactor: move KeyEvent to input module
This commit is contained in:
parent
5d381dcc7b
commit
a8826b5067
5 changed files with 16 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
const std = @import("std");
|
||||
const input = @import("input");
|
||||
const KeyEvent = @import("KeyEvent.zig");
|
||||
|
||||
pub const ParseError = error{
|
||||
OutOfMemory,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue