@Structure.FieldOrder(value={"EventType","Event"}) public static class Wincon.INPUT_RECORD extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
Wincon.INPUT_RECORD.Event |
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
Wincon.INPUT_RECORD.Event |
Event |
short |
EventType |
static short |
KEY_EVENT |
static short |
MOUSE_EVENT |
static short |
WINDOW_BUFFER_SIZE_EVENT |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
INPUT_RECORD() |
Modifier and Type | Method and Description |
---|---|
void |
read()
Reads the fields of the struct from native memory
|
java.lang.String |
toString()
If
jna.dump_memory is true, will include a native memory dump
of the Structure's backing memory. |
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, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField, writeField
public static final short KEY_EVENT
public static final short MOUSE_EVENT
public static final short WINDOW_BUFFER_SIZE_EVENT
public short EventType
public Wincon.INPUT_RECORD.Event Event
public void read()
Structure