summaryrefslogtreecommitdiff
path: root/src/ui/touch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/touch.h')
-rw-r--r--src/ui/touch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/touch.h b/src/ui/touch.h
index 39a059da..19a927ab 100644
--- a/src/ui/touch.h
+++ b/src/ui/touch.h
@@ -30,3 +30,5 @@ iDeclareType(Widget)
30iBool processEvent_Touch (const SDL_Event *); 30iBool processEvent_Touch (const SDL_Event *);
31void update_Touch (void); 31void update_Touch (void);
32void widgetDestroyed_Touch (iWidget *widget); 32void widgetDestroyed_Touch (iWidget *widget);
33
34size_t numFingers_Touch (void);