public class ParsecCursor
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 size
Size in bytes of the cursor image buffer.
public int positionX
When leaving relative mode, the horizontal position in screen coordinates where the cursor reappears.
public int positionY
When leaving relative mode, the vertical position in screen coordinates where the cursor reappears.
public short width
Width of the cursor image in pixels.
public short height
Height of the cursor position in pixels.
public short hotX
Horizontal pixel position of the cursor hotspot within the image.
public short hotY
Vertical pixel position of the cursor hotspot within the image.
public byte modeUpdate
`true` if the cursor mode should be updated. The `relative`, `positionX`, and `positionY` members are valid.
public byte imageUpdate
`true` if the cursor image should be updated. The `width`, `height`, `hotX`, `hotY`, and `size` members are valid.
public byte relative
`true` if in relative mode, meaning the client should submit mouse motion in relative distances rather than absolute screen coordinates.
public kotlin.Array[] __pad
C type : uint8_t[1]