Gamepad Face Button Bottom Registering as Left Mouse Click Input

Trying to figure out why when I have only KBM Controls or a mix of KBM and bamepad the gamepad bace button bottom is registering as left mouse click.

3 Likes

I’m having this same issue, did you ever find a solution?

1 Like

I discovered that CommonUI adds a CommonAnalogCursor, enabled by default, which listens for the “Virtual_Accept” key (which for Gamepads is gamepad bottom) and maps it to LeftMouseButton

1 Like

Is there a way to disable/change this?

I have had the same issue using CommonUI and I solved it here:

1 Like