diff options
Diffstat (limited to 'src/ui/touch.h')
-rw-r--r-- | src/ui/touch.h | 3 |
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 | ||
28 | iDeclareType(Widget) | 28 | iDeclareType(Widget) |
@@ -31,4 +31,5 @@ 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 | 33 | ||
34 | iInt2 latestPosition_Touch (void); /* valid during processing of current event */ | ||
34 | size_t numFingers_Touch (void); | 35 | size_t numFingers_Touch (void); |