public class ParsecGamepadButtonMessage
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 button
public int id
Unique client-provided index identifying the gamepad.
public byte pressed
`true` if the button was pressed, `false` if released.
public kotlin.Array[] __pad
C type : uint8_t[3]
public ParsecGamepadButtonMessage()
public ParsecGamepadButtonMessage(int button, int id, byte pressed, kotlin.Array[] __pad)
button
- Gamepad button.id
- Unique client-provided index identifying the gamepad.pressed
- `true` if the button was pressed, `false` if released.__pad
- C type : uint8_t[3]public ParsecGamepadButtonMessage(com.sun.jna.Pointer peer)