Structs§
- The main input type. Uses a custom input handler (a struct which implements CustomInput)
- A basic default input handler that implements all default functions of the CustomInput trait.
Enums§
- Returned by CustomInput’s handle_key_press to signal how the key event should be handled.
Traits§
- Trait that allows custom implementations / behaviour of an input
Functions§
- Helper function to draw text to the screen by a coordinate