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

Function GetProcAddress

engine/platform/src/platform_window_null.cpp:116–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 uintptr_t GetProcAddress(HWindow window, const char* proc_name)
117 {
118 return 0;
119 }
120
121 int32_t GetKey(HWindow window, int32_t code)
122 {

Callers 12

WindowGetProcAddressFunction · 0.70
rmtGetProcAddressFunction · 0.50
GetThreadStartAddressFunction · 0.50
rmtGetThreadNameFunction · 0.50
SetDebuggerThreadNameFunction · 0.50
GetWindowsVersionFunction · 0.50
GetSystemInfoFunction · 0.50
GetFunctionPtrFunction · 0.50
GetExtProcAddressFunction · 0.50
ll_symFunction · 0.50
initMethod · 0.50
_glfwInitLibrariesFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected