[SOLVED] What are the events in TouchEvent.Type

I am trying to make an android game, but the problem is I am not able to understand what the different types under com.jme3.input.TouchInput.Type are for. Could Someone please help.

Thank You
Regards

1 Like

To help us understand your question better, which part of the javadoc was unclear:
https://javadoc.jmonkeyengine.org/v3.5.2-stable/com/jme3/input/event/TouchEvent.Type.html

Thank you, I had already looked in the javadoc (through overview) and could not find that page.
It makes everything clear.

On your browser CTRL + F and find the class you want to read will help you save time dramatically.

1 Like

Oh thanks I didnt know this!