tengri/input
AAAAAAAAAAAAAAAAAAAAAAAAAAAA 8a5bc7b6ea
Some checks failed
/ build (push) Has been cancelled
refactor: update to latest dizzle
2026-01-18 21:21:23 +02:00
..
Cargo.lock tek_ -> tengri_; reset to v0.1.0; add root reexporter package 2025-03-14 23:39:31 +02:00
Cargo.toml refactor: extract dizzle 2026-01-17 03:43:27 +02:00
input.rs refactor: update to latest dizzle 2026-01-18 21:21:23 +02:00
input_test.rs input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00
README.md input: refactor, move dsl stuff to tek config 2025-08-23 13:47:45 +03:00

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