Class CGEventTapInformation.Buffer

All Implemented Interfaces:
AutoCloseable, Iterable<CGEventTapInformation>, NativeResource, Pointer
Enclosing class:
CGEventTapInformation

public static class CGEventTapInformation.Buffer extends StructBuffer<CGEventTapInformation,CGEventTapInformation.Buffer> implements NativeResource
An array of CGEventTapInformation structs.
  • Constructor Details

    • Buffer

      public Buffer(ByteBuffer container)
      Creates a new CGEventTapInformation.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 by CGEventTapInformation.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 Details

    • eventTapID

      public int eventTapID()
      Returns:
      the value of the eventTapID field.
    • tapPoint

      public int tapPoint()
      Returns:
      the value of the tapPoint field.
    • options

      public int options()
      Returns:
      the value of the options field.
    • eventsOfInterest

      public long eventsOfInterest()
      Returns:
      the value of the eventsOfInterest field.
    • tappingProcess

      public long tappingProcess()
      Returns:
      the value of the tappingProcess field.
    • processBeingTapped

      public long processBeingTapped()
      Returns:
      the value of the processBeingTapped field.
    • enabled

      public boolean enabled()
      Returns:
      the value of the enabled field.
    • minUsecLatency

      public float minUsecLatency()
      Returns:
      the value of the minUsecLatency field.
    • avgUsecLatency

      public float avgUsecLatency()
      Returns:
      the value of the avgUsecLatency field.
    • maxUsecLatency

      public float maxUsecLatency()
      Returns:
      the value of the maxUsecLatency field.