Monado OpenXR Runtime
|
Oculus Rift S Touch Controller interface. More...
#include "math/m_imu_3dof.h"
#include "os/os_time.h"
#include "xrt/xrt_device.h"
#include "rift_s.h"
Go to the source code of this file.
Data Structures | |
struct | rift_s_controller_config |
struct | rift_s_controller |
Macros | |
#define | MAX_LOG_SIZE 1024 |
Functions | |
struct rift_s_controller * | rift_s_controller_create (struct rift_s_system *sys, enum xrt_device_type device_type) |
void | rift_s_controller_update_configuration (struct rift_s_controller *ctrl, uint64_t device_id) |
bool | rift_s_controller_handle_report (struct rift_s_controller *ctrl, timepoint_ns local_ts, rift_s_controller_report_t *report) |
Oculus Rift S Touch Controller interface.