MotoMusher Active Member Licensed User Longtime User Sep 14, 2013 #1 I am working on a simple test project with a game in mind, but not a fancy game mind you. What I want to do is detect the users finger when it slides, start x,y, end x,y. I think I can handle the rest with code and rectangle areas. Is there a built in event for finger sliding I can capture?
I am working on a simple test project with a game in mind, but not a fancy game mind you. What I want to do is detect the users finger when it slides, start x,y, end x,y. I think I can handle the rest with code and rectangle areas. Is there a built in event for finger sliding I can capture?
klaus Expert Licensed User Longtime User Sep 14, 2013 #2 The Touch event will do it. You can detect X, Y, Down, Move and Up. Best regards. Upvote 0