|
Blender
V2.93
|
#include <iostream>#include "GHOST_C-api.h"#include "GHOST_XrContext.h"#include "GHOST_Xr_intern.h"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 27 of file GHOST_XrEvent.cpp.
Referenced by GHOST_XrEventsHandle().
| GHOST_TSuccess GHOST_XrEventsHandle | ( | GHOST_XrContextHandle | xr_contexthandle | ) |
Definition at line 36 of file GHOST_XrEvent.cpp.
References GHOST_XrContext::getInstance(), GHOST_kFailure, GHOST_kSuccess, GHOST_XrContextDestroy(), GHOST_XrEventPollNext(), GHOST_XrContext::handleSessionStateChange(), and GHOST_XrContext::isDebugMode().
Referenced by wm_xr_events_handle().