public class ParsecClientRumbleEvent
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 gamepadID
Unique client-assigned index identifying the gamepad connected to the client.
public byte motorBig
8-bit unsigned value for large motor vibration.
public byte motorSmall
8-bit unsigned value for small motor vibration.
public kotlin.Array[] __pad
C type : uint8_t[2]
public ParsecClientRumbleEvent()
public ParsecClientRumbleEvent(int gamepadID,
byte motorBig,
byte motorSmall,
kotlin.Array[] __pad)
gamepadID - Unique client-assigned index identifying the gamepad connected to the client.motorBig - 8-bit unsigned value for large motor vibration.motorSmall - 8-bit unsigned value for small motor vibration.__pad - C type : uint8_t[2]public ParsecClientRumbleEvent(com.sun.jna.Pointer peer)