ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Mobile specific functions / Multi-Touch functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Constants used for managing the multi-touch
ConstantDetailsUsed by the function
BottomToTopGesture direction: sweep from bottom to top.Gesture variable
gpControlPosition of the pointer in relation to the upper-left corner of the control (or window if the event occurred on the window).GesturePosX, GesturePosY
gpImagePosition of the pointer in relation to the upper-left corner of the image displayed by an Image control.

This constant can be used when an image is not entirely displayed in an Image control in order to find out the position of the pointer in the source image (while taking the possible zoom into account).
GesturePosX, GesturePosY
gpPagePosition of the pointer in relation to the upper-left corner of the page to which belongs the control on which the event occurred.GesturePosX, GesturePosY
gpScreenPosition of the pointer in the screen (in relation to the upper-left corner of the screen).GesturePosX, GesturePosY
gpWindowPosition of the pointer in relation to the upper-left corner of the window to which belongs the control on which the event occurred.GesturePosX, GesturePosY
LeftToRightGesture direction: sweep from left to right.Gesture variable
RightToLeftGesture direction: sweep from right to left.Gesture variable
TopToBottomGesture direction: sweep up and down.Gesture variable
typePointerFingerType of pointer used: FingerGesturePointerType
typePointerMouseType of pointer used: MouseGesturePointerType
typePointerStylusType of pointer used: StylusGesturePointerType
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/30/2024

Send a report | Local help