I work with Delphi 10.3 and up.
I want to handle a "swipe" left or right.
By swipe I understand not left and right (I already implement that).
Is like "left + move down" in the same gesture. (like a diagonal)
Is there such a gesture in delphi or I have to implement myself code in this manner?
Asked
Active
Viewed 437 times
0

Popa Ovidiu-Razvan
- 475
- 1
- 5
- 22
-
What about semicircle left and semicircle right? – Freddie Bell Jul 07 '20 at 12:49
-
nope. not working. – Popa Ovidiu-Razvan Jul 07 '20 at 13:29
-
3What does "not working" mean? Have you followed the procedure to enable a gesture on a control using the gesturemanager and with hittest set to true? (http://docwiki.embarcadero.com/RADStudio/Rio/en/Gestures_in_FireMonkey) – Freddie Bell Jul 07 '20 at 13:32
-
yes. The "left" and "Right" gesture are working. But only working when you draw a exactly orizontal line. (left or right), when you are drawing a "diagonal" line, not working.I have implement the same code on semicircle left and semicircle right, but no succes. – Popa Ovidiu-Razvan Jul 08 '20 at 05:14
-
I had the same trouble when implementing a left-right / right-left gesture. It took my users quite some time to master it. – Freddie Bell Jul 08 '20 at 05:48