MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / GetNativePtr

Method GetNativePtr

Source/Engine/Platform/Mac/MacWindow.cpp:875–878  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

873}
874
875void* MacWindow::GetNativePtr() const
876{
877 return _window;
878}
879
880void MacWindow::OnUpdate(float dt)
881{

Callers 3

GetKeyFunction · 0.45
ShowMethod · 0.45
HideMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected