MCPcopy Create free account
hub / github.com/defold/defold / CloseWindow

Function CloseWindow

engine/graphics/src/graphics.cpp:2037–2040  ·  view source on GitHub ↗

////////////////////////////////////////////// ///// ADAPTER SPECIFIC FUNCTIONS /////////////

Source from the content-addressed store, hash-verified

2035 ///////////////////////////////////////////////////
2036 ////////// ADAPTER SPECIFIC FUNCTIONS /////////////
2037 void CloseWindow(HContext context)
2038 {
2039 g_functions.m_CloseWindow(context);
2040 }
2041 uint32_t GetDisplayDpi(HContext context)
2042 {
2043 return g_functions.m_GetDisplayDpi(context);

Callers 15

DeleteFunction · 0.50
EngineDestroyFunction · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
TearDownMethod · 0.50
FinalizeFunction · 0.50
NullCloseWindowFunction · 0.50
NullFlipFunction · 0.50
TearDownMethod · 0.50

Calls

no outgoing calls

Tested by 11

EngineDestroyFunction · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
TearDownMethod · 0.40
FinalizeFunction · 0.40
TearDownMethod · 0.40
TEST_FFunction · 0.40
EngineDestroyFunction · 0.40