File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,6 @@ typedef struct {
32
32
33
33
typedef void (*fossil_io_mouse_callback_t )(fossil_io_mouse_event_t event);
34
34
35
- #define MAX_MOUSEBINDS 256
36
-
37
- typedef struct {
38
- fossil_io_mouse_event_t event;
39
- fossil_io_mouse_callback_t callback;
40
- } fossil_io_mouse_binding_t ;
41
-
42
- typedef struct {
43
- fossil_io_mouse_binding_t bindings[MAX_MOUSEBINDS];
44
- size_t count;
45
- } fossil_io_mouse_manager_t ;
46
-
47
35
typedef struct {
48
36
int x; // X position of the touch
49
37
int y; // Y position of the touch
@@ -56,18 +44,6 @@ typedef struct {
56
44
57
45
typedef void (*fossil_io_touch_callback_t )(fossil_io_touch_event_t event);
58
46
59
- #define MAX_TOUCHBINDS 256
60
-
61
- typedef struct {
62
- fossil_io_touch_event_t event;
63
- fossil_io_touch_callback_t callback;
64
- } fossil_io_touch_binding_t ;
65
-
66
- typedef struct {
67
- fossil_io_touch_binding_t bindings[MAX_TOUCHBINDS];
68
- size_t count;
69
- } fossil_io_touch_manager_t ;
70
-
71
47
// Define a keyboard event structure
72
48
typedef struct {
73
49
int shift; // 1 if Shift is pressed, 0 otherwise
You can’t perform that action at this time.
0 commit comments