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

既知の実装クラスの一覧:
JoyAxisTrigger, JoyButtonTrigger, KeyTrigger, MouseAxisTrigger, MouseButtonTrigger, TouchTrigger

public interface Trigger

A trigger represents a physical input, such as a keyboard key, a mouse button, or joystick axis.


メソッドの概要
 java.lang.String getName()
           
 int triggerHashCode()
          Returns the hash code for the trigger.
 

メソッドの詳細

getName

java.lang.String getName()
戻り値:
A user friendly name for the trigger.

triggerHashCode

int triggerHashCode()
Returns the hash code for the trigger.

戻り値:
the hash code for the trigger.