Package com.sun.jna.platform.win32
Class WinUser.INPUT.INPUT_UNION
- java.lang.Object
- 
- com.sun.jna.Structure
- 
- com.sun.jna.Union
- 
- com.sun.jna.platform.win32.WinUser.INPUT.INPUT_UNION
 
 
 
- 
- Enclosing class:
- WinUser.INPUT
 
 public static class WinUser.INPUT.INPUT_UNION extends Union 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.sun.jna.StructureStructure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
 
- 
 - 
Field SummaryFields Modifier and Type Field Description WinUser.HARDWAREINPUThiWinUser.KEYBDINPUTkiWinUser.MOUSEINPUTmi- 
Fields inherited from class com.sun.jna.StructureALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
- 
 - 
Constructor SummaryConstructors Constructor Description INPUT_UNION()INPUT_UNION(Pointer memory)
 - 
Method Summary- 
Methods inherited from class com.sun.jna.UniongetFieldOrder, getNativeAlignment, getTypedValue, readField, readField, setType, setType, setTypedValue, writeField, writeField, writeField
 - 
Methods inherited from class com.sun.jna.StructureallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write
 
- 
 
- 
- 
- 
Field Detail- 
mipublic WinUser.MOUSEINPUT mi 
 - 
kipublic WinUser.KEYBDINPUT ki 
 - 
hipublic WinUser.HARDWAREINPUT hi 
 
- 
 - 
Constructor Detail- 
INPUT_UNIONpublic INPUT_UNION() 
 - 
INPUT_UNIONpublic INPUT_UNION(Pointer memory) 
 
- 
 
-