Following the TOUCH UI discussion on the forums last night, it got me thinking... In battle, mouse clicking on menus still works (both of my anti-touch plugin let that slip-in). Is it possible to have this one disable touch (aka using a mouse for menu selection) as well?
To be clear, the touch/mouse use UI is indeed disabled in battle. The intent of my comment being wanting the player to stick to its controller (or as a last resort, keyboard). Having the mouse being 1OO% unusable at all time. If its too much trouble, its fine as is—no biggies.
Viewing post in [RPG Maker] WYSIWYG UI Editor - Main Menu comments
I quickly checked the code, and while one could indeed disable some mouse-click actions for windows, it would take some work to disable ALL actions (e.g., mouse wheel should be disabled, too? What about clicking on enemies for target selection?), and it would also raise the risks of interfering with other plugins