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

Function android_set_window_xam

StereoKitC/platforms/android.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236///////////////////////////////////////////
237
238void android_set_window_xam(void *window) {
239 local_persist.next_window_xam = (jobject)window;
240 local_persist.next_win_ready = true;
241}
242
243///////////////////////////////////////////
244

Callers 1

platform_set_window_xamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected