Struct ILLIXR::data_format::quest_controller_button
ClassList > ILLIXR > data_format > quest_controller_button
#include <quest_controller.hpp>
Public Attributes
| Type | Name |
|---|---|
| bool | active = {[**false**](namespaceILLIXR.md#function-normalize)} |
| bool | changed_since_last_sync = {[**false**](namespaceILLIXR.md#function-normalize)} |
| std::int64_t | last_change_time = {0}OpenXR runtime time domain. |
| bool | pressed = {[**false**](namespaceILLIXR.md#function-normalize)} |
| float | value = {0.0F} |
Detailed Description
Boolean or thresholded analog controller input.
Public Attributes Documentation
variable active
bool ILLIXR::data_format::quest_controller_button::active;
Whether the active interaction profile exposes this action source.
variable changed_since_last_sync
bool ILLIXR::data_format::quest_controller_button::changed_since_last_sync;
variable last_change_time
OpenXR runtime time domain.
std::int64_t ILLIXR::data_format::quest_controller_button::last_change_time;
variable pressed
bool ILLIXR::data_format::quest_controller_button::pressed;
variable value
float ILLIXR::data_format::quest_controller_button::value;
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/include/illixr/data_format/quest_controller.hpp