Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetNativePtr
Method
GetNativePtr
Source/Engine/Platform/GDK/GDKWindow.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
}
111
112
void* GDKWindow::GetNativePtr() const
113
{
114
return _handle;
115
}
116
117
void GDKWindow::Show()
118
{
Callers
1
GDKWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected