ResoniteModdingGroup / MonkeyLoader.GamePacks.Resonite

MonkeyLoader Game Pack which provides hooks for Resonite mods.
https://resonitemoddinggroup.github.io/MonkeyLoader.GamePacks.Resonite/
GNU Lesser General Public License v3.0
14 stars 2 forks source link

Add Tooltip support for more kinds of buttons #62

Open Banane9 opened 3 weeks ago

Banane9 commented 3 weeks ago

Currently, the tooltips added by the gamepack (#60) only show up on UIX-Buttons (handled by the ButtonTooltips Monkey).

They should also be possible to be added for other kinds of buttons like the legacy physical buttons. Context menu buttons may need special treatment too.