AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones Multi-Touch
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
Versión mínima requerida
  • Versión 17
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local