Skip to main content
Version: 0.1.5

DeviceHandednessPayload

Haply::HardwareAPI::Devices::Inverse3::DeviceHandednessPayload

Whether a device is right-handed or left-handed.

xThe handedness of the device affects the frame of reference of the device.

Index

Members

NameTypeDescription
handednessuint8_tWhether the device is left-handed or right-handed.

Members

handedness

uint8_t handedness 0

Whether the device is left-handed or right-handed.

This value is meant to be compared against the LEFT_HANDED and RIGHT_HANDED constants.