MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / platform_set_window_xam

Function platform_set_window_xam

StereoKitC/platforms/platform.cpp:210–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208///////////////////////////////////////////
209
210void platform_set_window_xam(void *window) {
211#if defined(SK_OS_ANDROID)
212 android_set_window_xam(window);
213#else
214 (void)window;
215#endif
216}
217
218///////////////////////////////////////////
219

Callers 1

sk_set_window_xamFunction · 0.85

Calls 1

android_set_window_xamFunction · 0.85

Tested by

no test coverage detected