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

Function android_set_window

StereoKitC/platforms/android.cpp:231–234  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229///////////////////////////////////////////
230
231void android_set_window(void *window) {
232 local_persist.next_window = (ANativeWindow*)window;
233 local_persist.next_win_ready = true;
234}
235
236///////////////////////////////////////////
237

Callers 1

platform_set_windowFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected