AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones específicas para móviles / Funciones Multi-Touch
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
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
Versión mínima requerida
  • Versión 17
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 30/09/2024

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