I am trying to make a menu for a game me and some friends are making, and I’m using the unity UI tools implemented in version 4.6. The problem we have is that if you put the mouse over one of the buttons and then press the arrow keys to navigate, the button you have the mouse on stays highlighted, and we want only one of the buttons to be highlighted at any time. I’ve searched ways to disable the mouse to solve this problem, and I found cursor.visible and the function to lock it in the middle of the screen, but it still interacts with the game when pressing the left mouse button.