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

Method GetNativePtr

Source/Engine/Platform/SDL/SDLWindow.cpp:581–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

579}
580
581void* SDLWindow::GetNativePtr() const
582{
583 return _handle;
584}
585
586void SDLWindow::Show()
587{

Callers 9

GetByNativePtrMethod · 0.45
SetTextMethod · 0.45
SetRawDataMethod · 0.45
SetFilesMethod · 0.45
GetTextMethod · 0.45
GetRawDataMethod · 0.45
GetFilesMethod · 0.45
CompressFunction · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected