Package org.lwjgl.system.macosx
Class CGEventTapInformation.Buffer
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.CustomBuffer<SELF>
-
- org.lwjgl.system.StructBuffer<CGEventTapInformation,CGEventTapInformation.Buffer>
-
- org.lwjgl.system.macosx.CGEventTapInformation.Buffer
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,java.lang.Iterable<CGEventTapInformation>
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
- Enclosing class:
- CGEventTapInformation
public static class CGEventTapInformation.Buffer extends org.lwjgl.system.StructBuffer<CGEventTapInformation,CGEventTapInformation.Buffer> implements org.lwjgl.system.NativeResource
An array ofCGEventTapInformation
structs.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
avgUsecLatency()
boolean
enabled()
long
eventsOfInterest()
int
eventTapID()
float
maxUsecLatency()
float
minUsecLatency()
int
options()
long
processBeingTapped()
long
tappingProcess()
int
tapPoint()
-
-
-
Constructor Detail
-
Buffer
public Buffer(java.nio.ByteBuffer container)
Creates a newCGEventTapInformation.Buffer
instance backed by the specified container. Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided byCGEventTapInformation.SIZEOF
, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Detail
-
eventTapID
public int eventTapID()
- Returns:
- the value of the
eventTapID
field.
-
tapPoint
public int tapPoint()
- Returns:
- the value of the
CGEventTapInformation.tapPoint()
field.
-
options
public int options()
- Returns:
- the value of the
CGEventTapInformation.options()
field.
-
eventsOfInterest
public long eventsOfInterest()
- Returns:
- the value of the
CGEventTapInformation.eventsOfInterest()
field.
-
tappingProcess
public long tappingProcess()
- Returns:
- the value of the
CGEventTapInformation.tappingProcess()
field.
-
processBeingTapped
public long processBeingTapped()
- Returns:
- the value of the
CGEventTapInformation.processBeingTapped()
field.
-
enabled
public boolean enabled()
- Returns:
- the value of the
CGEventTapInformation.enabled()
field.
-
minUsecLatency
public float minUsecLatency()
- Returns:
- the value of the
CGEventTapInformation.minUsecLatency()
field.
-
avgUsecLatency
public float avgUsecLatency()
- Returns:
- the value of the
CGEventTapInformation.avgUsecLatency()
field.
-
maxUsecLatency
public float maxUsecLatency()
- Returns:
- the value of the
CGEventTapInformation.maxUsecLatency()
field.
-
-