MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / close

Method close

framework/platform/android/android_window.cpp:64–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64void AndroidWindow::close()
65{
66 GameActivity_finish(platform->get_activity());
67 finish_called = true;
68}
69
70float AndroidWindow::get_dpi_factor() const
71{

Callers

nothing calls this directly

Calls 1

get_activityMethod · 0.80

Tested by

no test coverage detected