codecat / tm-better-chat

A better chat for Trackmania using Openplanet.

Home Page:https://openplanet.nl/files/134

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hide chat window when on in game "Menu Screens"

chipsTM opened this issue · comments

commented

With the recent addition of player profiles and other "Menu" screens while in game there should be an additional check whether the UI::CurrentActionMap() == "MenuInputsMap" so that plugin windows can be hidden and not interfere with game menus

I am unable to click the back button since chat window is intercepting inputs and doing nothing
image

I see that Ultimate Medals, Dashboard, etc. is also impacted by this - perhaps there needs to be something in Openplanet's own API to detect situations like this. I'm not sure if checking the input action map is going to be the way to go, but it's worth looking into.