mirror of
https://codeberg.org/unspeaker/tengri.git
synced 2025-12-06 19:56:44 +01:00
6 lines
305 B
Markdown
6 lines
305 B
Markdown
***tengri_input*** is where tengri's input handling is defined.
|
|
|
|
the following items are provided:
|
|
* `Input` trait, for defining for input sources
|
|
* `Handle` trait and `handle!` macro, for defining input handlers
|
|
* `Command` trait and the `command!` macro, for defining commands that inputs may result in
|