Package 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
 
- 
Method Details
- 
getName
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.
 
 
 -