MCPcopy 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
194void* WindowsWindow::GetNativePtr() const
195{
196 return _handle;
197}
198
199void WindowsWindow::Show()
200{

Callers 5

ShowMethod · 0.45
WindowsWindowMethod · 0.45
ShowOpenFileDialogMethod · 0.45
ShowSaveFileDialogMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected