|
Blender V4.3
|
#include <iostream>#include "GHOST_C-api.h"#include "GHOST_XrContext.hh"#include "GHOST_Xr_intern.hh"Go to the source code of this file.
Functions | |
| static bool | GHOST_XrEventPollNext (XrInstance instance, XrEventDataBuffer &r_event_data) |
| GHOST_TSuccess | GHOST_XrEventsHandle (GHOST_XrContextHandle xr_contexthandle) |
|
static |
Definition at line 15 of file GHOST_XrEvent.cc.
Referenced by GHOST_XrEventsHandle().
| GHOST_TSuccess GHOST_XrEventsHandle | ( | GHOST_XrContextHandle | xr_contexthandle | ) |
Definition at line 24 of file GHOST_XrEvent.cc.
References GHOST_XrContext::getInstance(), GHOST_kFailure, GHOST_kSuccess, GHOST_XrContextDestroy(), GHOST_XrEventPollNext(), GHOST_XrContext::handleSessionStateChange(), GHOST_XrContext::isDebugMode(), and printf.
Referenced by wm_xr_events_handle().