org.rococoa.cocoa.iokit
Class _NXTabletPointData
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure
org.rococoa.cocoa.iokit._NXTabletPointData
- Direct Known Subclasses:
- _NXTabletPointData.ByReference, _NXTabletPointData.ByValue
public class _NXTabletPointData
- 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 |
x
public int x
y
public int y
z
public int z
buttons
public short buttons
pressure
public short pressure
tilt
public _NXTabletPointData.tilt_struct tilt
rotation
public short rotation
tangentialPressure
public short tangentialPressure
deviceID
public short deviceID
vendor1
public short vendor1
vendor2
public short vendor2
vendor3
public short vendor3
_NXTabletPointData
public _NXTabletPointData()
byReference
public _NXTabletPointData.ByReference byReference()
byValue
public _NXTabletPointData.ByValue byValue()
clone
public _NXTabletPointData clone()
- Overrides:
clone
in class Object