org.rococoa.cocoa.iokit
Class NXTabletPointData

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure<NXTabletPointData,NXTabletPointData.ByValue,NXTabletPointData.ByReference>
          extended by org.rococoa.cocoa.iokit.NXTabletPointData
All Implemented Interfaces:
StructureType, StructureTypeDependent, Comparable<Structure<NXTabletPointData,NXTabletPointData.ByValue,NXTabletPointData.ByReference>>
Direct Known Subclasses:
NXTabletPointData.ByReference, NXTabletPointData.ByValue

public class NXTabletPointData
extends Structure<NXTabletPointData,NXTabletPointData.ByValue,NXTabletPointData.ByReference>

native declaration : /System/Library/Frameworks/IOKit.framework/Headers/hidsystem/IOLLEvent.h
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
          tilt range is -((2^15)-1) to (2^15)-1 (-32767 to 32767)
C type : tilt_struct
 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
 
Constructor Summary
NXTabletPointData()
           
 
Method Summary
static NXTabletPointData[] newArray(int arrayLength)
           
 
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
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ochafik.lang.jnaerator.runtime.StructureType
getPointer, size
 

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

NXTabletPointData

public NXTabletPointData()
Method Detail

newArray

public static NXTabletPointData[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.