The implementation of touch-control for android

Good day. I recently started developing in JME and Java. New member at the moment. Please tell me how to realize touch-control for Android.
I’ve added a listener “inputManager.addListener (touchListener,” Tap “);” and the method “onTouch”.
Something else is needed?
PS. I’m sorry if the topic has already been discussed possible. I saw them, but found no relief. The documentation for this issue was not discussed.
PS. Sorry for my English

Regards, Jarento

Hi Jarento, I am new to android as well, but an tip is that if you just need to handle touch, just add an normal listner to your mouseleft button and use the mouse simulation on.

Thank you very much, it really helped. I did not think that there is such a link. GreatJME)