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

    Modifier and Type
    Method
    Description
     
    int
    Returns the hash code for the trigger.
  • 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.