Build gesture from onAnalog event

hello everyone
I would ask if you can recreate a mouse gesture on the scene?
in my project, I want to create a random gesture and I want that user repeat it :frowning: but I do not know how to implement it in jme; could you give me a suggestion ?
thank you :slight_smile:

There is no built in way to do it.
A quick search on google give you some links to a swing implementation, but that doesn’t handle curved gestures.

In one of my android game I used this Showcaseview by Espiandev.
It’s for android, but it’s open source, maybe you can adapt it somehow to your need for desktop and mouse movements.

thanks for reply :slight_smile:
my question is a little part of a 3d game for android.
I don’t know as integrate it with jmonkey :frowning: