refactor: move KeyEvent to input module

This commit is contained in:
CJ van den Berg 2024-11-18 21:31:32 +01:00
parent 5d381dcc7b
commit a8826b5067
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
5 changed files with 16 additions and 17 deletions

View file

@ -1,6 +1,5 @@
const std = @import("std");
const input = @import("input");
const KeyEvent = @import("KeyEvent.zig");
pub const ParseError = error{
OutOfMemory,