Monado OpenXR Runtime
|
Interface to Qwerty driver. More...
#include "xrt/xrt_compiler.h"
Go to the source code of this file.
Typedefs | |
typedef union SDL_Event | SDL_Event |
Functions | |
void | qwerty_process_event (struct xrt_device **xdevs, size_t xdev_count, SDL_Event event) |
Process an SDL_Event (like a key press) and dispatches a suitable action to the appropriate qwerty_device. More... | |
xrt_result_t | qwerty_create_devices (enum u_logging_level log_level, struct xrt_device **out_hmd, struct xrt_device **out_left, struct xrt_device **out_right) |
Create all qwerty devices. More... | |
Interface to Qwerty driver.