diff options
author | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-19 14:23:43 -0500 |
---|---|---|
committer | Leo Tenenbaum <pommicket@gmail.com> | 2021-02-19 14:23:43 -0500 |
commit | 34fa190c3d490dd8cfec37d27bc03182f2a725a2 (patch) | |
tree | 8e9746d787247bf22d0841df091db3888009bc29 /ted.h | |
parent | 2151df75cb8646381d3c4bf95379c8f568dcd9eb (diff) |
ctrl+click to go to definition
Diffstat (limited to 'ted.h')
-rw-r--r-- | ted.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -227,6 +227,7 @@ typedef struct Ted { Node *active_node; Settings settings; float window_width, window_height; + u32 key_modifier; // which of shift, alt, ctrl are down right now. v2 mouse_pos; u8 nmouse_clicks[4]; // nmouse_clicks[i] = length of mouse_clicks[i] v2 mouse_clicks[4][32]; // mouse_clicks[SDL_BUTTON_RIGHT], for example, is all the right mouse-clicks that have happened this frame |