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

Function WindowGetProcAddress

engine/platform/src/window.cpp:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 uintptr_t WindowGetProcAddress(HWindow window, const char* proc_name)
101 {
102 return dmPlatform::GetProcAddress(window, proc_name);
103 }
104
105 int32_t WindowGetKey(HWindow window, int32_t code)
106 {

Callers

nothing calls this directly

Calls 1

GetProcAddressFunction · 0.70

Tested by

no test coverage detected