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

Function SetCursor

Source/Engine/Platform/Base/WindowBase.h:544–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 /// </summary>
543 /// <param name="type">The cursor type.</param>
544 API_PROPERTY() virtual void SetCursor(CursorType type)
545 {
546 _cursor = type;
547 }
548
549 /// <summary>
550 /// Sets the window icon.

Callers 10

SetCursorMethod · 0.85
SetCursorMethod · 0.85
SetCursorMethod · 0.85
SetCursorMethod · 0.85
UpdateCursorMethod · 0.85
SetCursorMethod · 0.85
UpdateCursorMethod · 0.85
SetIsMouseOverMethod · 0.85
HideMethod · 0.85
SetCursorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected