Skip to main content

QarAppVolumeGestureEvent Struct

Declaration

struct QarAppVolumeGestureEvent { ... }

Included Headers

Public Member Attributes Index

QarVector3action_point
QarGestureKindgesture_kind
boolhas_action_point
boolhas_start_point
QarQuaternionrotation_delta

Accumulated rotation delta from gesture start, as a quaternion. More...

QarPeerIdsource_peer_id
QarVector3start_point
QarGesturePhasestate
QarAppVolumeIdtarget_app_volume_id
QarTimePointtimestamp
QarVector3translation_delta
boolwas_mapped_to_app_transform

Definition at line 709 of file qar_streaming.h.

Public Member Attributes

action_point

QarVector3 QarAppVolumeGestureEvent::action_point

Point in room/app-volume space, in meters, on which the gesture is applied. When has_action_point is false, receivers should fall back to a context-specific default such as the center of the target app volume.

Definition at line 724 of file qar_streaming.h.

gesture_kind

QarGestureKind QarAppVolumeGestureEvent::gesture_kind

Definition at line 713 of file qar_streaming.h.

has_action_point

bool QarAppVolumeGestureEvent::has_action_point

Definition at line 720 of file qar_streaming.h.

has_start_point

bool QarAppVolumeGestureEvent::has_start_point

Definition at line 716 of file qar_streaming.h.

rotation_delta

QarQuaternion QarAppVolumeGestureEvent::rotation_delta

Accumulated rotation delta from gesture start, as a quaternion.

Definition at line 730 of file qar_streaming.h.

source_peer_id

QarPeerId QarAppVolumeGestureEvent::source_peer_id

Definition at line 711 of file qar_streaming.h.

start_point

QarVector3 QarAppVolumeGestureEvent::start_point

Point in room/app-volume space, in meters, where the controller was when the gesture started.

Definition at line 719 of file qar_streaming.h.

state

QarGesturePhase QarAppVolumeGestureEvent::state

Definition at line 714 of file qar_streaming.h.

target_app_volume_id

QarAppVolumeId QarAppVolumeGestureEvent::target_app_volume_id

Definition at line 712 of file qar_streaming.h.

timestamp

QarTimePoint QarAppVolumeGestureEvent::timestamp

Definition at line 715 of file qar_streaming.h.

translation_delta

QarVector3 QarAppVolumeGestureEvent::translation_delta

Accumulated translation from gesture start, in meters. Dual-pointer axial gestures may still report a full 3D separation delta, which can later be filtered by app-volume axis constraints.

Definition at line 728 of file qar_streaming.h.

was_mapped_to_app_transform

bool QarAppVolumeGestureEvent::was_mapped_to_app_transform

Definition at line 731 of file qar_streaming.h.


The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.2.1 by Doxygen 1.9.8.