org.rococoa.cocoa.iokit
Class _NXEvent.location_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit._NXEvent.location_struct
- Direct Known Subclasses:
- _NXEvent.location_struct.ByReference, _NXEvent.location_struct.ByValue
- Enclosing class:
- _NXEvent
public static class _NXEvent.location_struct
- extends com.ochafik.lang.jnaerator.runtime.Structure
Field Summary |
int |
x
|
int |
y
|
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 |
x
public int x
y
public int y
_NXEvent.location_struct
public _NXEvent.location_struct()
_NXEvent.location_struct
public _NXEvent.location_struct(int x,
int y)
- Parameters:
x
- Base coordinates in window,
y
- Base coordinates in window,
byReference
public _NXEvent.location_struct.ByReference byReference()
byValue
public _NXEvent.location_struct.ByValue byValue()
clone
public _NXEvent.location_struct clone()
- Overrides:
clone
in class Object