ActionButtonUseKeyDown cvar (required for GSE) breaks clcikable Wunderbae modules
wccropper opened this issue · 8 comments
Description
I use GSE and with v11.0 it changed it so for GSE macros to work they require the cvar to be ActionButtonUseKeyDown be false. This breaks several of Wunderbar's modules. MicroMenu, Currency, Hearthstone
Lua error
no error. clicking many of the Wunderbar modules do nothing.
ToxiUI Status Report
To reproduce
Change the cvar and try clicking on one of the above modules.
Either clone the git repository, or wait for the v6.8.4-beta.1
release that I'm currently deploying.
Actually was able to come up with a compromise where both parties are happy. Changed WunderBar's click registering to check for the CVar and based on that register either AnyDown
or AnyUp
From my brief testing seems to work, let me know how it goes.
06191e5