diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-28 03:01:13 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-28 15:17:49 +0100 |
| commit | fd53c7da8c5f2b79b87f624e313ff508072361ad (patch) | |
| tree | db569413cd3d42034a22368a7980aa99d7d55235 /src/mouse/inc | |
| parent | e49e3073c67af785447ddb0ecbdc521b68cf3ea9 (diff) | |
| download | jancity-fd53c7da8c5f2b79b87f624e313ff508072361ad.tar.gz | |
Big rushed update
Diffstat (limited to 'src/mouse/inc')
| -rw-r--r-- | src/mouse/inc/mouse.h | 1 |
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); |
