ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Mobile specific functions / Multi-Touch functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
ConstantDetailsUsed by the function
BottomToTopDirection of the gesture: swipe from bottom to top.Gesture variable
gpControlPosition of the pointer in relation to the top 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 top 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 top left corner of the screen).GesturePosX, GesturePosY
gpWindowPosition of the pointer in relation to the top left corner of the window to which belongs the control on which the event occurred.GesturePosX, GesturePosY
LeftToRightDirection of the gesture: swipe from left to right.Gesture variable
RightToLeftDirection of the gesture: swipe from right to left.Gesture variable
TopToBottomDirection of the gesture: swipe from top to bottom.Gesture variable
typePointerFingerPointer type used: FingerGesturePointerType
typePointerMousePointer type used: MouseGesturePointerType
typePointerStylusPointer type used: StylusGesturePointerType
Minimum version required
  • Version 17
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help