PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WDM21 - iOS Swipe Again
WDM21 - iOS Swipe Again
Iniciado por guest, 02,sep. 2016 22:07 - 1 respuesta
Publicado el 02,septiembre 2016 - 22:07
Hi All

Lots of viewing of the recent question that I posted but zero response. To be more specific how do I use the following in the help file?

------ start help

Horizontal and vertical swipe

The "Horizontal and vertical swipe" is run during a quick small movement of one or more fingers on the screen.

This process can accept parameters by declaring a procedure in the "Horizontal and vertical swipe" process with the following syntax:

PROCEDURE <Procedure Name>(<Speed X>, <Speed Y>)

where:

•<Speed X>: Integer corresponding to the speed (in pixels per second) of the movement on the X axis.

•<Speed Y>: Integer corresponding to the speed (in pixels per second) of the movement on the Y axis.

------ end help

Has anyone on this forum used this? There is no example illustrating its usage.

Cheers
André
Publicado el 03,septiembre 2016 - 00:04
Problem solved - write your own swipe direction detection.