Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetNativePtr
Method
GetNativePtr
Source/Engine/Platform/Windows/WindowsWindow.cpp:194–197 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
192
}
193
194
void* WindowsWindow::GetNativePtr() const
195
{
196
return _handle;
197
}
198
199
void WindowsWindow::Show()
200
{
Callers
5
Show
Method · 0.45
WindowsWindow
Method · 0.45
ShowOpenFileDialog
Method · 0.45
ShowSaveFileDialog
Method · 0.45
ShowBrowseFolderDialog
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected