RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
466 stars 63 forks source link

ToolTip Delay #81

Closed Onidotmoe closed 6 years ago

Onidotmoe commented 6 years ago

Where would one go to change the delay before a tooltip is shown?

RonenNess commented 6 years ago

Please read docs carefully before opening an issue, it's really easy to find

https://ronenness.github.io/GeonBit.UI-docs/html/F_GeonBit_UI_UserInterface_TimeToShowTooltipText.htm

(I just searched "tooltip")

Thank you for understanding :)

Onidotmoe commented 6 years ago

Ah i see what i did wrong, i searched through the repo and not the docs.

Also i checked UserInterface.Active, when it was in UserInterface alone.

Thanks tho!