org.rococoa.cocoa.iokit
Class _NXTabletPointData

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by 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.


Nested Class Summary
static class _NXTabletPointData.ByReference
           
static class _NXTabletPointData.ByValue
           
static class _NXTabletPointData.tilt_struct
           
 
Field Summary
 short buttons
           
 short deviceID
           
 short pressure
           
 short rotation
           
 short tangentialPressure
           
 _NXTabletPointData.tilt_struct tilt
           
 short vendor1
           
 short vendor2
           
 short vendor3
           
 int x
           
 int y
           
 int z
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
_NXTabletPointData()
           
 
Method Summary
 _NXTabletPointData.ByReference byReference()
           
 _NXTabletPointData.ByValue byValue()
           
 _NXTabletPointData clone()
           
 
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
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

_NXTabletPointData

public _NXTabletPointData()
Method Detail

byReference

public _NXTabletPointData.ByReference byReference()

byValue

public _NXTabletPointData.ByValue byValue()

clone

public _NXTabletPointData clone()
Overrides:
clone in class Object