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

Function GetWindow

engine/graphics/src/graphics.cpp:1829–1832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827 ////// PLATFORM / WINDOWS SPECIFIC FUNCTIONS //////
1828
1829 HWindow GetWindow(HContext context)
1830 {
1831 return g_functions.m_GetWindow(context);
1832 }
1833 uint32_t GetWindowRefreshRate(HContext context)
1834 {
1835 return dmPlatform::GetWindowStateParam(g_functions.m_GetWindow(context), WINDOW_STATE_REFRESH_RATE);

Callers 10

UpdateGuiSafeAreaAdjustFunction · 0.85
engine.cppFile · 0.85
GetNativeOSXNSWindowFunction · 0.85
GetNativeOSXNSViewFunction · 0.85
GetNativeWindowsHWNDFunction · 0.85
GetNativeWindowsHGLRCFunction · 0.85
GetNativeX11WindowFunction · 0.85
GetNativeX11GLXContextFunction · 0.85
GetExtProcAddressFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected