diff options
| author | realtradam <[email protected]> | 2023-04-13 23:40:15 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-04-13 23:40:15 -0400 |
| commit | 3387c9fef273f2cc0674ea77ed950c0965299c4e (patch) | |
| tree | 9d56a18e8e4c27f80b6ca720a3f0b4946ba19501 /src/input/irodeo_input.h | |
| parent | f250a4090cf4d535a163388fb5faea5ff1ce48e4 (diff) | |
| download | RodeoKit-3387c9fef273f2cc0674ea77ed950c0965299c4e.tar.gz RodeoKit-3387c9fef273f2cc0674ea77ed950c0965299c4e.zip | |
foundation of input system and initial implementation
Diffstat (limited to 'src/input/irodeo_input.h')
| -rw-r--r-- | src/input/irodeo_input.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/input/irodeo_input.h b/src/input/irodeo_input.h new file mode 100644 index 0000000..6cd9992 --- /dev/null +++ b/src/input/irodeo_input.h @@ -0,0 +1,16 @@ + +// -- internal -- +// public +#include "rodeo/input_t.h" + +typedef rodeo_input_scene_t *rodeo_input_scene_p; +#define i_tag input_scene +#define i_key rodeo_input_scene_p +#include <stc/cset.h> + +typedef +struct +{ + cset_input_scene active_scenes; +} +irodeo_input_state_t; |
