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 but I do not know how to implement it in jme; could you give me a suggestion ?
thank you
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
my question is a little part of a 3d game for android.
I don’t know as integrate it with jmonkey