Package io.github.kingpulse.structs
Class xdo_t
- java.lang.Object
-
- com.sun.jna.Structure
-
- io.github.kingpulse.structs.xdo_t
-
@FieldOrder({"xdpy","display_name","charcodes","charcodes_len","keycode_high","keycode_low","keysyms_per_keycode","close_display_when_freed","quiet","debug","features_mask"}) public class xdo_t extends com.sun.jna.StructureC struct in xdo.h Author: Edwin Heerschap
-
-
Field Summary
Fields Modifier and Type Field Description charcodemap_t.ByReferencecharcodesintcharcodes_lenintclose_display_when_freedintdebugjava.lang.Stringdisplay_nameintfeatures_maskintkeycode_highintkeycode_lowintkeysyms_per_keycodeintquietcom.sun.jna.platform.unix.X11.Displayxdpy
-
Constructor Summary
Constructors Constructor Description xdo_t()
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
-
-
-
Field Detail
-
xdpy
public com.sun.jna.platform.unix.X11.Display xdpy
-
display_name
public java.lang.String display_name
-
charcodes
public charcodemap_t.ByReference charcodes
-
charcodes_len
public int charcodes_len
-
keycode_high
public int keycode_high
-
keycode_low
public int keycode_low
-
keysyms_per_keycode
public int keysyms_per_keycode
-
close_display_when_freed
public int close_display_when_freed
-
quiet
public int quiet
-
debug
public int debug
-
features_mask
public int features_mask
-
-