com.sun.jna.platform.win32
Class WinUser.HARDWAREINPUT
java.lang.Object
com.sun.jna.Structure
com.sun.jna.platform.win32.WinUser.HARDWAREINPUT
- Direct Known Subclasses:
- WinUser.HARDWAREINPUT.ByReference
- Enclosing interface:
- WinUser
public static class WinUser.HARDWAREINPUT
- extends Structure
Contains information about a simulated message generated by an input device other than a keyboard or mouse.
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField |
uMsg
public WinDef.DWORD uMsg
wParamL
public WinDef.WORD wParamL
wParamH
public WinDef.WORD wParamH
WinUser.HARDWAREINPUT
public WinUser.HARDWAREINPUT()
WinUser.HARDWAREINPUT
public WinUser.HARDWAREINPUT(Pointer memory)
Copyright © 2007-2010 Timothy Wall. All Rights Reserved.