Archive 17/01/2023.

Swipe gesture

sabotage3d

Hi guys,
Is there a way to recocgnize a swipe gesture with Urho3d ? Ideally I want to use it for character movement to recognize forward, backward, left and right movement.

friesencr

SDL has support for some runtime configurable gestures.

hg.libsdl.org/SDL/file/default/ … gesture.md

Our SDL might be too old for that api. I have never been interested in mobile so i don’t have lots of info.

Mike

Check Touch input / gestures documentation.
It works great :slight_smile: