Package komposten.leapjna.leapc.events
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:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.sun.jna.Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
-
Field Summary
FieldsModifier and TypeFieldDescriptionlong
Deprecated.The ID of the frame corresponding to the source of the currently tracked points.int
Deprecated.The number of points being tracked.long
Deprecated.The timestamp of the frame, in microseconds, referenced againstLeapC.LeapGetNow()
.Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
-
Field Details
-
frame_id
public long frame_idDeprecated.The ID of the frame corresponding to the source of the currently tracked points. -
timestamp
public long timestampDeprecated.The timestamp of the frame, in microseconds, referenced againstLeapC.LeapGetNow()
. -
nPoints
public int nPointsDeprecated.The number of points being tracked.
-
-
Constructor Details
-
LEAP_POINT_MAPPING_CHANGE_EVENT
Deprecated.
-