TelemetryJet is in early beta. Need help getting started, or found a bug? Open an Issue on our GitHub repository.

Joystick Input

Overview

joystick-input reads values from a USB joystick. The data source will connect to the first USB joystick it finds plugged into your system.

Multiple joysticks are currently unsuported. If you have multiple joysticks connected, Jet may choose either joystick depending on which the system enumerates first.

Options

N/A

Dimensions

The joystick input data source will output dimensions for all axes and buttons on the joystick. Axes are controls with a continuous interval. Buttons are an on/off signal. For example, a joystick with 4 axes and 2 buttons would output the following dimensions:

  • axis_0
  • axis_1
  • axis_2
  • axis_3
  • button_0
  • button_1

Example Definition

{
  "id": "joystick-input-example",
  "type": "joystick-input"
}
TelemetryJet © 2020, Chris Dalke · sitemap.xml · telemetryjet.com