JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

Possibly some sort of "sticky hover" for touch devices #35

Closed JSearUK closed 2 years ago

JSearUK commented 2 years ago

The idea is that long press, or drag-and-dropping onto a button will leave the button in its hovered state even if the user removes the finger, allowing them to see whatever hover effects are present in full. Any new touch unhovers, and clicks are handled as normal. This behaviour to be toggleable, in case the user doesn't like it.

JSearUK commented 2 years ago

I am working on a way to have text that doesn't fit its container scroll on hover/long-press. It's working... too well. It scrolls even it if fits. But! I am bugging RenPyTom about it, so it will either get fixed, or I will get a server ban. It's about 50/50 atm

JSearUK commented 2 years ago

Fixed by ab4dd858c6a726351a31e24801dc2c5ed583a6ad No longer needed as a feature, because both tooltips and overlong Playthrough names are performing acceptably