org.rococoa.cocoa.coregraphics
Class __CGEventTapInformation
java.lang.Object
com.sun.jna.Structure
com.ochafik.lang.jnaerator.runtime.Structure<__CGEventTapInformation,__CGEventTapInformation.ByValue,__CGEventTapInformation.ByReference>
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.
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 |
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
__CGEventTapInformation
public __CGEventTapInformation()
newArray
public static __CGEventTapInformation[] newArray(int arrayLength)
Copyright © 2009. All Rights Reserved.