org.rococoa.cocoa.coregraphics
Class __CGEventTapInformation

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

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

native declaration : /System/Library/Frameworks/ApplicationServices.framework/Versions/Current/Frameworks/CoreGraphics.framework/Headers/CGEventTypes.h:411
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 __CGEventTapInformation.ByReference
           
static class __CGEventTapInformation.ByValue
           
 
Field Summary
 float avgUsecLatency
           
 boolean enabled
           
 long eventsOfInterest
          Mask of events being tapped
C type : CGEventMask
 int eventTapID
           
 float maxUsecLatency
           
 float minUsecLatency
           
 int options
           
 int processBeingTapped
          Zero if not a per-process tap
C type : pid_t
 int tappingProcess
          Process that is tapping events
C type : pid_t
 int tapPoint
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE
 
Constructor Summary
__CGEventTapInformation()
           
 
Method Summary
static __CGEventTapInformation[] 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

eventTapID

public int eventTapID

tapPoint

public int tapPoint
See Also:
HID, session, annotated session
C type : CGEventTapLocation

options

public int options
See Also:
Listener, filter
C type : CGEventTapOptions

eventsOfInterest

public long eventsOfInterest
Mask of events being tapped
C type : CGEventMask


tappingProcess

public int tappingProcess
Process that is tapping events
C type : pid_t


processBeingTapped

public int processBeingTapped
Zero if not a per-process tap
C type : pid_t


enabled

public boolean enabled

minUsecLatency

public float minUsecLatency

avgUsecLatency

public float avgUsecLatency

maxUsecLatency

public float maxUsecLatency
Constructor Detail

__CGEventTapInformation

public __CGEventTapInformation()
Method Detail

newArray

public static __CGEventTapInformation[] newArray(int arrayLength)


Copyright © 2009. All Rights Reserved.