rogerdv
Im trying to make the mouse cursor visible, studied the demos, but seems that I missed something.
I tried this:
Cursor* cursor = GetSubsystem<UI>()->GetCursor();
cursor->SetVisible(true);
but seems that second line is not conrrect, because it causes a segfault. Whats the correct way to make cursor visible?