We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca85b95 commit 3ce7b43Copy full SHA for 3ce7b43
code/logic/fossil/io/keyboard.h
@@ -44,8 +44,6 @@ typedef struct {
44
size_t count;
45
} fossil_io_mouse_manager_t;
46
47
-static fossil_io_mouse_manager_t mouse_manager = { .count = 0 };
48
-
49
typedef struct {
50
int x; // X position of the touch
51
int y; // Y position of the touch
@@ -70,8 +68,6 @@ typedef struct {
70
68
71
69
} fossil_io_touch_manager_t;
72
73
-static fossil_io_touch_manager_t touch_manager = { .count = 0 };
74
75
// Define a keyboard event structure
76
77
int shift; // 1 if Shift is pressed, 0 otherwise
0 commit comments