public class ParsecGamepadAxisMessage
This file was autogenerated by JNAerator,
 a tool written by Olivier Chafik that uses a few opensource projects..
 For help, please visit NativeLibs4Java , Rococoa, or JNA.
public int axis
public int id
Unique client-provided index identifying the gamepad.
public short value
The new value of the axis between -32,768 (left/down) and 32,767 (right/up).
public kotlin.Array[] __pad
C type : uint8_t[2]
public ParsecGamepadAxisMessage()
public ParsecGamepadAxisMessage(int axis,
                                int id,
                                short value,
                                kotlin.Array[] __pad)
axis - Gamepad axes related to thumbsticks and triggers.id - Unique client-provided index identifying the gamepad.value - The new value of the axis between -32,768 (left/down) and 32,767 (right/up).__pad - C type : uint8_t[2]public ParsecGamepadAxisMessage(com.sun.jna.Pointer peer)