alexguirre / RAGENativeUI

MIT License
113 stars 36 forks source link

A way to block Menu's from appearing #121

Open RicyVasco opened 3 years ago

RicyVasco commented 3 years ago

I'm currently working on a plugin which heavily relies on pressing all kinds of buttons, however this causes all kinds of plugins to pop open and cause involuntary inputs to those menus. There is a way to check if any menu's are open, but not a way to close those windows again or to stop them from appearing all together

Vincentsgm commented 3 years ago

I think this would be a disaster for other mods depending on how they operate the opening/closing of their menu

alexguirre commented 3 years ago

This feature would be better if it was implemented by RAGEPluginHook so you disable inputs at the level of Game.IsKeyDown and other input checks.