aboutsummaryrefslogtreecommitdiff
path: root/src/mouse/inc
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-28 03:01:13 +0100
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2024-01-28 15:17:49 +0100
commitfd53c7da8c5f2b79b87f624e313ff508072361ad (patch)
treedb569413cd3d42034a22368a7980aa99d7d55235 /src/mouse/inc
parente49e3073c67af785447ddb0ecbdc521b68cf3ea9 (diff)
downloadjancity-fd53c7da8c5f2b79b87f624e313ff508072361ad.tar.gz
Big rushed update
Diffstat (limited to 'src/mouse/inc')
-rw-r--r--src/mouse/inc/mouse.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mouse/inc/mouse.h b/src/mouse/inc/mouse.h
index 55d0227..44c4f5c 100644
--- a/src/mouse/inc/mouse.h
+++ b/src/mouse/inc/mouse.h
@@ -18,6 +18,7 @@ struct mouse
{
short x, y, dx, dy;
int mask, oldmask;
+ bool first_clicked, hovering;
};
void mouse_init(struct mouse *m);