© 2006-2007 ETH Zurich

org.ximtec.igesture.io.win32
Class User32.MSG

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.ximtec.igesture.io.win32.User32.MSG
Enclosing interface:
User32

public static class User32.MSG
extends com.sun.jna.Structure


Field Summary
 W32API.HWND hWnd
           
 int lParam
           
 int message
           
 User32.POINT pt
           
 int time
           
 int wParam
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
User32.MSG()
           
 
Method Summary
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getNativeSize, getNativeSize, getPointer, hashCode, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

hWnd

public W32API.HWND hWnd

message

public int message

wParam

public int wParam

lParam

public int lParam

time

public int time

pt

public User32.POINT pt
Constructor Detail

User32.MSG

public User32.MSG()

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.