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.
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.
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.
Check Touch input / gestures documentation.
It works great