MCPcopy 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
112void* GDKWindow::GetNativePtr() const
113{
114 return _handle;
115}
116
117void GDKWindow::Show()
118{

Callers 1

GDKWindowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected