Infiziert90 / ChatTwo

European Union Public License 1.2
17 stars 13 forks source link

Give tooltips a horizontal offset option #64

Closed Fatebreak closed 3 months ago

Fatebreak commented 3 months ago

I know my situation is a bit unique, but I play across three monitors and like my chat window in the lower right corner of the leftmost screen. When I place Chat 2 here, tooltips end up getting cut between monitors because it puts the tooltip to the right of the chat window. I would love to have the option to make tooltips appear on the left side of the Chat 2 window but the current offset only moves tooltips vertically.

Infiziert90 commented 3 months ago

You mean ImGui tooltips or? Because the offset is actually only for ingame tooltips to begin with, as i have no control over ImGui tooltips, they always spawn next to your mouse cursor

Fatebreak commented 3 months ago

Oh yes the ingame tooltips when I hover over an item link.

Infiziert90 commented 3 months ago

Can you show an example? Because Ingame tooltips shouldn't even be able to go across screens

Fatebreak commented 3 months ago

Sure thing! I had to take an actual photo. 20240531_123344.jpg

Fatebreak commented 3 months ago

I'm using Nvidia surround with Bezel correction so I suspect the game is treating all 3 monitors as one really wide monitor

Infiziert90 commented 3 months ago

I think an easier fix for you would be fixed tooltip location, you can activate that in your character settings > UI > Tooltip location

Fatebreak commented 3 months ago

I didn't know that option existed! But it looks like the bezel correction I use is messing with it. Fixed position cuts it off on one bezel, and fixed reverse cuts it off the other. I had it set to Next to cursor previously. It's not an issue with the plugin though because hovering over items in my inventory creates the same problem when the setting is set to either of the Fixed options.

Infiziert90 commented 3 months ago

You can change the fixed position in your HUD Layout, it is a moveable element image

Fatebreak commented 3 months ago

Didn't know that existed either! (It doesn't appear so long as it is set to "Next to Cursor") That did it!