Vinifera icon indicating copy to clipboard operation
Vinifera copied to clipboard

[Vanilla Bug] custom cursor is hiding popup info text

Open MarkJFox opened this issue 1 year ago • 0 comments

First Check

  • [X] I added a very descriptive title to this issue.
  • [X] I used the GitHub search to find a similar issue and didn't find it.
  • [X] I have attached as much information as possible (screenshots, debug and exception logs, etc).

Description

The game doesn't check how big the cursor is and where it would be safe to show the popup text. If you are using a bigger one, the cursor hide parts of the popup text. Would be good to get a PopupAdjustX and a PopupAdjustY parameter to manually correct the position of the popup text or another system to move the text outside of the mouse cursor OR show the popup text over the cursor.

Required Code (optional)

No response

Steps To Reproduce

Add a bigger cursor into the game

Expected Behaviour

The game should check where it is safe to show up the popup text without hiding them behind the cursor OR print the popup text box over the cursor.

Actual Behaviour

the game ignores bigger cursors and parts of the popup text getting hidden by the cursor

Additional Context

Unbenannt

MarkJFox avatar Dec 11 '23 21:12 MarkJFox