21typedef union SDL_Event SDL_Event;
u_logging_level
Logging level enum.
Definition: u_logging.h:40
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.
Definition: qwerty_prober.c:25
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_de...
Definition: qwerty_sdl.c:99
enum xrt_result xrt_result_t
Result type used across Monado.
A single HMD or input device.
Definition: xrt_device.h:241
Header holding common defines.