Blender
V3.3
|
#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 13 of file GHOST_XrEvent.cpp.
References instance.
Referenced by GHOST_XrEventsHandle().
GHOST_TSuccess GHOST_XrEventsHandle | ( | GHOST_XrContextHandle | xr_contexthandle | ) |
Definition at line 22 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().