Skip to content

Commit

Permalink
Added the debug input event file
Browse files Browse the repository at this point in the history
  • Loading branch information
subalterngames committed Aug 18, 2024
1 parent e5776ca commit b9bf5e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions input/src/debug_input_event.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
use crate::InputEvent;

#[cfg(debug_assertions)]
pub enum DebugInputEvent {
InputEvent(InputEvent),
Alphanumeric(char),
}

0 comments on commit b9bf5e6

Please sign in to comment.