From b8d2cf5610f0e0ef96ded0a5de5bda54c10c9552 Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 17 Jul 2024 21:29:06 +1000 Subject: Mouse delta --- plat.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plat.h') diff --git a/plat.h b/plat.h index a4e2758..1d79465 100644 --- a/plat.h +++ b/plat.h @@ -68,6 +68,7 @@ typedef struct { int w, h, s, o, mpf; int fps; int mx, my; + int dmx, dmy; Error err; Colour* fb; Heap* heap; -- cgit v1.2.3-54-g00ecf