org.rococoa.cocoa.iokit
Class EvGlobals
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit.EvGlobals
- Direct Known Subclasses:
- EvGlobals.ByReference, EvGlobals.ByValue
public class EvGlobals
- extends com.ochafik.lang.jnaerator.runtime.Structure
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField |
cursorSema
public int cursorSema
eNum
public int eNum
buttons
public int buttons
eventFlags
public int eventFlags
VertRetraceClock
public int VertRetraceClock
cursorLoc
public IOGPoint cursorLoc
frame
public int frame
workBounds
public IOGBounds workBounds
mouseRect
public IOGBounds mouseRect
version
public int version
structSize
public int structSize
lastFrame
public int lastFrame
reservedA
public int[] reservedA
reserved
public int reserved
wantPressure
public byte wantPressure
wantPrecision
public byte wantPrecision
dontWantCoalesce
public byte dontWantCoalesce
dontCoalesce
public byte dontCoalesce
mouseRectValid
public byte mouseRectValid
- If nonzero, post a mouse-exited
whenever mouse outside mouseRect.
movedMask
public int movedMask
- This contains an event mask for the
three events MOUSEMOVED,
LMOUSEDRAGGED, and RMOUSEDRAGGED.
It says whether driver should
generate those events.
waitCursorSema
public int waitCursorSema
AALastEventSent
public int AALastEventSent
AALastEventConsumed
public int AALastEventConsumed
waitCursorUp
public int waitCursorUp
ctxtTimedOut
public byte ctxtTimedOut
waitCursorEnabled
public byte waitCursorEnabled
globalWaitCursorEnabled
public byte globalWaitCursorEnabled
waitThreshold
public int waitThreshold
LLEHead
public int LLEHead
LLETail
public int LLETail
LLELast
public int LLELast
lleq
public NXEQElement[] lleq
EvGlobals
public EvGlobals()
byReference
public EvGlobals.ByReference byReference()
byValue
public EvGlobals.ByValue byValue()
clone
public EvGlobals clone()
- Overrides:
clone
in class Object