summaryrefslogtreecommitdiff
path: root/plat.h
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2024-07-17 20:26:29 +1000
committerquou <quou@disroot.org>2024-07-17 20:26:47 +1000
commit1453334863205022b9d8a830cecf3ed01390a3cc (patch)
treef756cf793c668dabdc7a6557938191152c71a184 /plat.h
parent7564b36e12e51b0298234c6856b757ff15402b24 (diff)
raw mouse input
Diffstat (limited to 'plat.h')
-rw-r--r--plat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat.h b/plat.h
index 419d7fe..a4e2758 100644
--- a/plat.h
+++ b/plat.h
@@ -78,4 +78,6 @@ void deinit_app(App* a);
void app_begin(App* a);
void app_end(App* a);
+void cfg_mouse(App* a, int show);
+
#endif