com.jme3.input.controls
Interface Trigger

All Known Implementing Classes:
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.


Method Summary
 java.lang.String getName()
           
 int triggerHashCode()
          Returns the hash code for the trigger.
 

Method Detail

getName

java.lang.String getName()
Returns:
A user friendly name for the trigger.

triggerHashCode

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

Returns:
the hash code for the trigger.