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

Method SetCursor

Source/Engine/Platform/GDK/GDKWindow.cpp:195–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void GDKWindow::SetCursor(CursorType type)
196{
197 // Base
198 WindowBase::SetCursor(type);
199
200 UpdateCursor();
201}
202
203void GDKWindow::CheckForWindowResize()
204{

Callers

nothing calls this directly

Calls 1

SetCursorFunction · 0.85

Tested by

no test coverage detected