com.sun.jna.examples.unix

Class X11.XEvent

public static class X11.XEvent extends Union

DEFINITIONS OF SPECIFIC EVENTS
Field Summary
NativeLong[]pad
inttype
X11.XAnyEventxany
X11.XButtonEventxbutton
X11.XCirculateEventxcirculate
X11.XCirculateRequestEventxcirculaterequest
X11.XClientMessageEventxclient
X11.XColormapEventxcolormap
X11.XConfigureEventxconfigure
X11.XConfigureRequestEventxconfigurerequest
X11.XCreateWindowEventxcreatewindow
X11.XCrossingEventxcrossing
X11.XDestroyWindowEventxdestroywindow
X11.XErrorEventxerror
X11.XExposeEventxexpose
X11.XFocusChangeEventxfocus
X11.XGraphicsExposeEventxgraphicsexpose
X11.XGravityEventxgravity
X11.XKeyEventxkey
X11.XKeymapEventxkeymap
X11.XMapEventxmap
X11.XMappingEventxmapping
X11.XMapRequestEventxmaprequest
X11.XMotionEventxmotion
X11.XNoExposeEventxnoexpose
X11.XPropertyEventxproperty
X11.XReparentEventxreparent
X11.XResizeRequestEventxresizerequest
X11.XSelectionEventxselection
X11.XSelectionClearEventxselectionclear
X11.XSelectionRequestEventxselectionrequest
X11.XUnmapEventxunmap
X11.XVisibilityEventxvisibility

Field Detail

pad

public NativeLong[] pad

type

public int type

xany

public X11.XAnyEvent xany

xbutton

public X11.XButtonEvent xbutton

xcirculate

public X11.XCirculateEvent xcirculate

xcirculaterequest

public X11.XCirculateRequestEvent xcirculaterequest

xclient

public X11.XClientMessageEvent xclient

xcolormap

public X11.XColormapEvent xcolormap

xconfigure

public X11.XConfigureEvent xconfigure

xconfigurerequest

public X11.XConfigureRequestEvent xconfigurerequest

xcreatewindow

public X11.XCreateWindowEvent xcreatewindow

xcrossing

public X11.XCrossingEvent xcrossing

xdestroywindow

public X11.XDestroyWindowEvent xdestroywindow

xerror

public X11.XErrorEvent xerror

xexpose

public X11.XExposeEvent xexpose

xfocus

public X11.XFocusChangeEvent xfocus

xgraphicsexpose

public X11.XGraphicsExposeEvent xgraphicsexpose

xgravity

public X11.XGravityEvent xgravity

xkey

public X11.XKeyEvent xkey

xkeymap

public X11.XKeymapEvent xkeymap

xmap

public X11.XMapEvent xmap

xmapping

public X11.XMappingEvent xmapping

xmaprequest

public X11.XMapRequestEvent xmaprequest

xmotion

public X11.XMotionEvent xmotion

xnoexpose

public X11.XNoExposeEvent xnoexpose

xproperty

public X11.XPropertyEvent xproperty

xreparent

public X11.XReparentEvent xreparent

xresizerequest

public X11.XResizeRequestEvent xresizerequest

xselection

public X11.XSelectionEvent xselection

xselectionclear

public X11.XSelectionClearEvent xselectionclear

xselectionrequest

public X11.XSelectionRequestEvent xselectionrequest

xunmap

public X11.XUnmapEvent xunmap

xvisibility

public X11.XVisibilityEvent xvisibility
Copyright © 2007-2009 Timothy Wall. All Rights Reserved.