Class FrcSideWinderJoystick


public class FrcSideWinderJoystick extends FrcJoystick
This class implements the platform dependent joystick. It provides monitoring of the joystick buttons. If the caller of this class provides a button notification handler, it will call it when there are button events.
  • Constructor Details

    • FrcSideWinderJoystick

      public FrcSideWinderJoystick(String instanceName, int port)
      Constructor: Create an instance of the object.
      Parameters:
      instanceName - specifies the instance name.
      port - specifies the joystick port ID.
    • FrcSideWinderJoystick

      public FrcSideWinderJoystick(String instanceName, int port, double deadbandThreshold)
      Constructor: Create an instance of the object.
      Parameters:
      instanceName - specifies the instance name.
      port - specifies the joystick port ID.
      deadbandThreshold - specifies the deadband of the analog sticks.