org.rococoa.cocoa.appkit
Class NSEvent._data_union.misc_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.appkit.NSEvent._data_union.misc_struct
- Direct Known Subclasses:
- NSEvent._data_union.misc_struct.ByReference, NSEvent._data_union.misc_struct.ByValue
- Enclosing class:
- NSEvent._data_union
public static class NSEvent._data_union.misc_struct
- extends com.ochafik.lang.jnaerator.runtime.Structure
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 |
subtype
public int subtype
data1
public int data1
data2
public int data2
NSEvent._data_union.misc_struct
public NSEvent._data_union.misc_struct()
NSEvent._data_union.misc_struct
public NSEvent._data_union.misc_struct(int subtype,
int data1,
int data2)
byReference
public NSEvent._data_union.misc_struct.ByReference byReference()
byValue
public NSEvent._data_union.misc_struct.ByValue byValue()
clone
public NSEvent._data_union.misc_struct clone()
- Overrides:
clone
in class Object