Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WindowGetProcAddress
Function · 0.70
rmtGetProcAddress
Function · 0.50
GetThreadStartAddress
Function · 0.50
rmtGetThreadName
Function · 0.50
SetDebuggerThreadName
Function · 0.50
GetWindowsVersion
Function · 0.50
GetSystemInfo
Function · 0.50
GetFunctionPtr
Function · 0.50
GetExtProcAddress
Function · 0.50
ll_sym
Function · 0.50
init
Method · 0.50
_glfwInitLibraries
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected