public class ParsecKeyboardMessage
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 code
interface ParsecLibrary.ParsecKeycode
public int mod
interface ParsecLibrary.ParsecKeymod
public byte pressed
`true` if pressed, `false` if released.
public kotlin.Array[] __pad
C type : uint8_t[3]
public ParsecKeyboardMessage()
public ParsecKeyboardMessage(int code, int mod, byte pressed, kotlin.Array[] __pad)
code
- Keyboard input.mod
- Stateful modifier keys applied to keyboard input.pressed
- `true` if pressed, `false` if released.__pad
- C type : uint8_t[3]public ParsecKeyboardMessage(com.sun.jna.Pointer peer)