[Solved]TouchEvent in Android…

Document of Android Support in the jMonkeyEngine mentioned follow as.

‘Android touch events are translated into mouse events.’

But i find 'TouchTrigger, TouchEvent, TouchListener 'Class.

if i want to receive touchevent from android phone, i have to use mouse event?

Touch Class in JME SDK cannot used by developer?

You can use the touch events. But you can also use a MouseListener which also works with touch input.