org.rococoa.cocoa.iokit
Class NXEventData.tablet_struct
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<NXEventData.tablet_struct,NXEventData.tablet_struct.ByValue,NXEventData.tablet_struct.ByReference>
org.rococoa.cocoa.iokit.NXEventData.tablet_struct
- All Implemented Interfaces:
- StructureType, StructureTypeDependent, Comparable<Structure<NXEventData.tablet_struct,NXEventData.tablet_struct.ByValue,NXEventData.tablet_struct.ByReference>>
- Direct Known Subclasses:
- NXEventData.tablet_struct.ByReference, NXEventData.tablet_struct.ByValue
- Enclosing class:
- NXEventData
public static class NXEventData.tablet_struct
- extends Structure<NXEventData.tablet_struct,NXEventData.tablet_struct.ByValue,NXEventData.tablet_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 |
x
public int x
y
public int y
z
public int z
buttons
public short buttons
pressure
public short pressure
tilt
public NXEventData.tablet_struct.tilt_struct tilt
- tilt range is -((2^15)-1) to (2^15)-1 (-32767 to 32767)
C type : tilt_struct
rotation
public short rotation
tangentialPressure
public short tangentialPressure
deviceID
public short deviceID
vendor1
public short vendor1
vendor2
public short vendor2
vendor3
public short vendor3
reserved
public int[] reserved
NXEventData.tablet_struct
public NXEventData.tablet_struct()
newArray
public static NXEventData.tablet_struct[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.