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 / Desarrollar una aplicación o un sitio web / Controles, ventanas y páginas / Controles: tipos disponibles / Control Imagen
  • Overview
  • Multi-touch: Specific WLanguage functions
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
Overview
A "multi-touch" feature is a technique allowing the user to interact with a device via several contact points (the fingers are used in most cases).
One of the most common applications of the multi-touch feature is used to handle images. The display size on a phone being reduced, it is often necessary to perform a zoom and/or to move in an image.
This technology allows you to zoom images with a pinch gesture.
WINDEV Mobile allows you to manage the multi-touch in the Android and iPhone/iPad applications via:
Multi-touch: Specific WLanguage functions
Several WLanguage functions can be used to manage the multi-touch in the following processes of controls:
  • Pressed/Left button down (optional process)
  • Released/Left button up (optional process)
  • Tap/Click
  • Double tap/Double click with left button (optional process)
  • Move (optional process).
These functions are as follows:
GestureCurrentPointerDevuelve el índice del puntero (dedo o lápiz óptico) que activó la llamada a un Process específico de la función multitáctil en un control Imagen.
GestureNbPointerReturns the number of pointers in contact with the screen.
GesturePosXReturns the horizontal position of the pointer (finger or stylus).
GesturePosYDevuelve la posición vertical del puntero (dedo o lápiz).
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: 19/09/2024

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