public class ParsecMouseMotionMessage
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 x
The absolute horizontal screen coordinate of the cursor if `relative` is `false`, or the delta (can be negative) if `relative` is `true`.
public int y
The absolute vertical screen coordinate of the cursor if `relative` is `false`, or the delta (can be negative) if `relative` is `true`.
public byte relative
`true` for relative mode, `false` for absolute mode. See details.
public kotlin.Array[] __pad
C type : uint8_t[3]
public ParsecMouseMotionMessage()
public ParsecMouseMotionMessage(int x,
                                int y,
                                byte relative,
                                kotlin.Array[] __pad)
x - The absolute horizontal screen coordinate of the cursor if `relative` is `false`, or the delta (can be negative) if `relative` is `true`.y - The absolute vertical screen coordinate of the cursor if `relative` is `false`, or the delta (can be negative) if `relative` is `true`.relative - `true` for relative mode, `false` for absolute mode. See details.__pad - C type : uint8_t[3]public ParsecMouseMotionMessage(com.sun.jna.Pointer peer)