summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-02-28 14:01:10 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-02-28 14:01:10 -0500
commit5662c988fa199d071fdfd9e9defd8e09a3486b0c (patch)
tree95cd9999fcd5e9a300093a6c11c9d6905e3a45a9 /ted.h
parent7089b92ff5606f1e9b934e2236b0295dcab922ae (diff)
tab moving working?
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ted.h b/ted.h
index da79178..de4827e 100644
--- a/ted.h
+++ b/ted.h
@@ -247,6 +247,8 @@ typedef struct Ted {
v2 mouse_clicks[4][32]; // mouse_clicks[SDL_BUTTON_RIGHT], for example, is all the right mouse-clicks that have happened this frame
// number of times mouse was clicked at each position
u8 mouse_click_times[4][32];
+ u8 nmouse_releases[4];
+ v2 mouse_releases[4][32];
int scroll_total_x, scroll_total_y; // total amount scrolled in the x and y direction this frame
Menu menu;
FileSelector file_selector;