Class LEAP_POINT_MAPPING_CHANGE_EVENT

java.lang.Object
com.sun.jna.Structure
komposten.leapjna.leapc.events.LEAP_POINT_MAPPING_CHANGE_EVENT
All Implemented Interfaces:
LEAP_EVENT

@Deprecated @FieldOrder({"frame_id","timestamp","nPoints"}) public class LEAP_POINT_MAPPING_CHANGE_EVENT extends Structure implements LEAP_EVENT
Deprecated.
A notification that a device's point mapping has changed.
Since:
LeapJna 1.0.0, Ultraleap Orion SDK 4.0.0
See Also:
  • Field Details

    • frame_id

      public long frame_id
      Deprecated.
      The ID of the frame corresponding to the source of the currently tracked points.
    • timestamp

      public long timestamp
      Deprecated.
      The timestamp of the frame, in microseconds, referenced against LeapC.LeapGetNow().
    • nPoints

      public int nPoints
      Deprecated.
      The number of points being tracked.
  • Constructor Details

    • LEAP_POINT_MAPPING_CHANGE_EVENT

      public LEAP_POINT_MAPPING_CHANGE_EVENT(Pointer pointer)
      Deprecated.