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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/touch.h b/src/ui/touch.h
index 19a927ab..3e9c3859 100644
--- a/src/ui/touch.h
+++ b/src/ui/touch.h
@@ -22,7 +22,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
22 22
23#pragma once 23#pragma once
24 24
25#include <the_Foundation/defs.h> 25#include <the_Foundation/vec2.h>
26#include <SDL_events.h> 26#include <SDL_events.h>
27 27
28iDeclareType(Widget) 28iDeclareType(Widget)
@@ -31,4 +31,5 @@ iBool processEvent_Touch (const SDL_Event *);
31void update_Touch (void); 31void update_Touch (void);
32void widgetDestroyed_Touch (iWidget *widget); 32void widgetDestroyed_Touch (iWidget *widget);
33 33
34iInt2 latestPosition_Touch (void); /* valid during processing of current event */
34size_t numFingers_Touch (void); 35size_t numFingers_Touch (void);