com.jme3.input.controls
インタフェース TouchListener

すべてのスーパーインタフェース:
InputListener

public interface TouchListener
extends InputListener

TouchListener is used to receive events of inputs from smartphone touch devices


メソッドの概要
 void onTouch(java.lang.String name, TouchEvent event, float tpf)
           
 

メソッドの詳細

onTouch

void onTouch(java.lang.String name,
             TouchEvent event,
             float tpf)
パラメータ:
name - the name of the event
event - the touch event
tpf - how much time has passed since the last frame