Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
void GDKWindow::SetCursor(CursorType type)
196
{
197
// Base
198
WindowBase::SetCursor(type);
199
200
UpdateCursor();
201
}
202
203
void GDKWindow::CheckForWindowResize()
204
{
Callers
nothing calls this directly
Calls
1
SetCursor
Function · 0.85
Tested by
no test coverage detected