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

Method SetCursor

Source/Engine/Platform/Windows/WindowsWindow.cpp:691–697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

689}
690
691void WindowsWindow::SetCursor(CursorType type)
692{
693 // Base
694 WindowBase::SetCursor(type);
695
696 UpdateCursor();
697}
698
699void WindowsWindow::CheckForWindowResize()
700{

Callers

nothing calls this directly

Calls 1

SetCursorFunction · 0.85

Tested by

no test coverage detected