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

Method SetCursor

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

Source from the content-addressed store, hash-verified

945}
946
947void SDLWindow::SetCursor(CursorType type)
948{
949 CursorType oldCursor = _cursor;
950 WindowBase::SetCursor(type);
951 if (oldCursor != type)
952 SDLWindow::UpdateCursor();
953}
954
955void SDLWindow::CheckForWindowResize()
956{

Callers

nothing calls this directly

Calls 1

SetCursorFunction · 0.85

Tested by

no test coverage detected