|
@@ -1321,9 +1321,6 @@ void UI::GetCursorPositionAndVisible(IntVector2& pos, bool& visible)
|
|
|
if (!visible && cursor_)
|
|
if (!visible && cursor_)
|
|
|
pos = cursor_->GetPosition();
|
|
pos = cursor_->GetPosition();
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- pos.x_ = (int)(pos.x_ / uiScale_);
|
|
|
|
|
- pos.y_ = (int)(pos.y_ / uiScale_);
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
void UI::SetCursorShape(CursorShape shape)
|
|
void UI::SetCursorShape(CursorShape shape)
|