summaryrefslogtreecommitdiffhomepage
path: root/src/input/irodeo_input_t.h
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2023-04-24 00:50:24 -0400
committerrealtradam <[email protected]>2023-04-24 00:50:24 -0400
commitc7d724e4f11abb335efcc0d58639a1b458b77019 (patch)
treea0222fed2f77aa994232abf9df79351548db4e92 /src/input/irodeo_input_t.h
parentdcd867dc95d13e152716e12f6333796dfc84f4ef (diff)
downloadRodeoKit-c7d724e4f11abb335efcc0d58639a1b458b77019.tar.gz
RodeoKit-c7d724e4f11abb335efcc0d58639a1b458b77019.zip
rework input system. first proper interation
Diffstat (limited to 'src/input/irodeo_input_t.h')
-rw-r--r--src/input/irodeo_input_t.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/input/irodeo_input_t.h b/src/input/irodeo_input_t.h
new file mode 100644
index 0000000..77e150e
--- /dev/null
+++ b/src/input/irodeo_input_t.h
@@ -0,0 +1,17 @@
+
+
+// -- 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;