The SmartJoystickServer provides access to input commands from a joystick via PushNewest communication pattern. The input commands are represented by x/y-value (as available) and an identifier for the button pressed.
Note: This component is used in Examples.
Metaelement | Documentation |
---|---|
License | LGPL |
Hardware Requirements | Linux supported joystick, e.g. 'Logitech dual action' |
Purpose | Hardware-Driver |
Provides the joystick input as CommJoystick communication object.
Attribute Name | Attribute Type | Description |
---|---|---|
device | String | Path to joystick device. |
invert_y1_axis | Boolean | Invert Y axis. |
invert_y2_axis | Boolean | |
invert_x1_axis | Boolean | |
invert_x2_axis | Boolean | |
interval_min | Double | Specifies the boundary for timeout when reading joystick data. |
interval_max | Double | Specifies the boundary for timeout when reading joystick data. |
verbose | Boolean | Display every input command read from joystick device. |