diff options
Diffstat (limited to 'src/ui/touch.h')
-rw-r--r-- | src/ui/touch.h | 2 |
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) | |||
30 | iBool processEvent_Touch (const SDL_Event *); | 30 | iBool processEvent_Touch (const SDL_Event *); |
31 | void update_Touch (void); | 31 | void update_Touch (void); |
32 | void widgetDestroyed_Touch (iWidget *widget); | 32 | void widgetDestroyed_Touch (iWidget *widget); |
33 | |||
34 | size_t numFingers_Touch (void); | ||