org.rococoa.cocoa.iokit
Class NXEventData.tablet_struct

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


Nested Class Summary
static class NXEventData.tablet_struct.ByReference
           
static class NXEventData.tablet_struct.ByValue
           
static class NXEventData.tablet_struct.tilt_struct
           
 
Field Summary
 short buttons
           
 short deviceID
           
 short pressure
           
 int[] reserved
           
 short rotation
           
 short tangentialPressure
           
 NXEventData.tablet_struct.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
NXEventData.tablet_struct()
           
 
Method Summary
static NXEventData.tablet_struct[] 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 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
Constructor Detail

NXEventData.tablet_struct

public NXEventData.tablet_struct()
Method Detail

newArray

public static NXEventData.tablet_struct[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.