From 1453334863205022b9d8a830cecf3ed01390a3cc Mon Sep 17 00:00:00 2001 From: quou Date: Wed, 17 Jul 2024 20:26:29 +1000 Subject: raw mouse input --- plat.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plat.h') 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 -- cgit v1.2.3-54-g00ecf