Class JoyButtonTrigger

java.lang.Object
com.jme3.input.controls.JoyButtonTrigger
All Implemented Interfaces:
Trigger

public class JoyButtonTrigger extends Object implements Trigger
  • Constructor Details Link icon

  • Method Details Link icon

    • joyButtonHash Link icon

      public static int joyButtonHash(int joyId, int joyButton)
    • getAxisId Link icon

      public int getAxisId()
    • getJoyId Link icon

      public int getJoyId()
    • getName Link icon

      public String getName()
      Specified by:
      getName in interface Trigger
      Returns:
      A user friendly name for the trigger.
    • triggerHashCode Link icon

      public int triggerHashCode()
      Description copied from interface: Trigger
      Returns the hash code for the trigger.
      Specified by:
      triggerHashCode in interface Trigger
      Returns:
      the hash code for the trigger.