org.rococoa.cocoa.appkit
Class NSEvent._data_union.miscGesture_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NSEvent._data_union.miscGesture_struct,NSEvent._data_union.miscGesture_struct.ByValue,NSEvent._data_union.miscGesture_struct.ByReference>
org.rococoa.cocoa.appkit.NSEvent._data_union.miscGesture_struct
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<NSEvent._data_union.miscGesture_struct,NSEvent._data_union.miscGesture_struct.ByValue,NSEvent._data_union.miscGesture_struct.ByReference>>
- Direct Known Subclasses:
- NSEvent._data_union.miscGesture_struct.ByReference, NSEvent._data_union.miscGesture_struct.ByValue
- Enclosing class:
- NSEvent._data_union
public static class NSEvent._data_union.miscGesture_struct
- extends Structure<NSEvent._data_union.miscGesture_struct,NSEvent._data_union.miscGesture_struct.ByValue,NSEvent._data_union.miscGesture_struct.ByReference>
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure |
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, newArray, read, setDependency, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, write |
Methods inherited from class com.sun.jna.Structure |
autoRead, autoRead, autoWrite, autoWrite, clear, equals, getAutoRead, getAutoWrite, getPointer, hashCode, newInstance, readField, setAutoRead, setAutoSynch, setAutoWrite, size, toString, writeField, writeField |
subtype
public short subtype
gestureEnded
public boolean gestureEnded
reserved
public boolean reserved
value
public int value
percentage
public float percentage
NSEvent._data_union.miscGesture_struct
public NSEvent._data_union.miscGesture_struct()
NSEvent._data_union.miscGesture_struct
public NSEvent._data_union.miscGesture_struct(short subtype,
boolean gestureEnded,
boolean reserved,
int value,
float percentage)
newArray
public static NSEvent._data_union.miscGesture_struct[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.