Structs§
- The main input type. Uses a custom input handler (a struct which implements CustomInputHandler)
- A basic default input handler that implements all default functions of the CustomInputHandler trait.
- Context given to CustomInputHandler
- Struct for size and offset of an input
- Handles key presses, writing text, and moving the cursor
Enums§
- Returned by CustomInputHandler’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