Mouse Interactions Still Active When UseMouse = false #188
Labels
priority: p2 medium
A bug that makes things unstable or a feature that has been requested for a while
status: confirmed
The bug has been tested and confirmed
type: bug
This is a bug
Description
When
UseMouse
is set tofalse
on a menu, the mouse cursor is hidden, and camera movement is enabled again. However, the menu is still responding to mouse interactions like clicks or scrolls.This causes unexpected behavior, as disabling
UseMouse
should entirely prevent any mouse interactions with the menu.Steps to Reproduce
UseMouse
tofalse
.Expected Behavior
When
UseMouse = false
, the menu should not respond to any mouse interactions, including clicks, scrolls, or hovering over menu items. Only keyboard or controller inputs should work.Actual Behavior
The mouse is still capable of interacting with the menu, causing unintended menu selections or activations.
Possible Solutions
menu.IgnoreMouseInput = true
menu.DisableMouseControls()
UseMouse
is set tofalse
to prevent any form of mouse interaction.Environment
The text was updated successfully, but these errors were encountered: