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

Method SetCursor

Source/Engine/Platform/UWP/UWPWindow.cpp:448–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void UWPWindow::SetCursor(CursorType type)
449{
450 _impl->SetCursor((UWPWindowImpl::CursorType)type);
451
452 // Base
453 WindowBase::SetCursor(type);
454}
455
456void UWPWindow::onSizeChanged(float width, float height)
457{

Callers

nothing calls this directly

Calls 1

SetCursorFunction · 0.85

Tested by

no test coverage detected