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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/touch.h b/src/ui/touch.h
index 9c45fcb1..15c6da1f 100644
--- a/src/ui/touch.h
+++ b/src/ui/touch.h
@@ -42,5 +42,6 @@ void widgetDestroyed_Touch (iWidget *widget);
42void transferAffinity_Touch (iWidget *src, iWidget *dst); 42void transferAffinity_Touch (iWidget *src, iWidget *dst);
43 43
44iInt2 latestPosition_Touch (void); /* valid during processing of current event */ 44iInt2 latestPosition_Touch (void); /* valid during processing of current event */
45iInt2 latestTapPosition_Touch (void);
45iBool isHovering_Touch (void); /* stationary touch or a long-press drag ongoing */ 46iBool isHovering_Touch (void); /* stationary touch or a long-press drag ongoing */
46size_t numFingers_Touch (void); 47size_t numFingers_Touch (void);