diff options
Diffstat (limited to 'src/ui/touch.h')
-rw-r--r-- | src/ui/touch.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/touch.h b/src/ui/touch.h index e048224a..c9c76d86 100644 --- a/src/ui/touch.h +++ b/src/ui/touch.h | |||
@@ -39,6 +39,7 @@ void update_Touch (void); | |||
39 | float stopWidgetMomentum_Touch (const iWidget *widget); | 39 | float stopWidgetMomentum_Touch (const iWidget *widget); |
40 | enum iWidgetTouchMode widgetMode_Touch (const iWidget *widget); | 40 | enum iWidgetTouchMode widgetMode_Touch (const iWidget *widget); |
41 | void widgetDestroyed_Touch (iWidget *widget); | 41 | void widgetDestroyed_Touch (iWidget *widget); |
42 | void transferAffinity_Touch (iWidget *src, iWidget *dst); | ||
42 | 43 | ||
43 | iInt2 latestPosition_Touch (void); /* valid during processing of current event */ | 44 | iInt2 latestPosition_Touch (void); /* valid during processing of current event */ |
44 | iBool isHovering_Touch (void); /* stationary touch or a long-press drag ongoing */ | 45 | iBool isHovering_Touch (void); /* stationary touch or a long-press drag ongoing */ |