summaryrefslogtreecommitdiff
path: root/global_defs.h
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-01 18:48:57 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-01 18:48:57 -0600
commit038cca642bc8627162bdf50b132396595f9f73ea (patch)
treeb9387f606c55e673419124dd5125b507f63c4aa4 /global_defs.h
parentf2bea22f979015b439f0f9347f2fad8c7babc481 (diff)
Done minux adding new controllers?
Diffstat (limited to 'global_defs.h')
-rw-r--r--global_defs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/global_defs.h b/global_defs.h
index 7649dbf..84c4124 100644
--- a/global_defs.h
+++ b/global_defs.h
@@ -68,3 +68,7 @@ enum {
MOUSE = 12
};
+struct event_pairs {
+ int event_fptr_index;
+ int event_user_num;
+};