Set Input Mode Game and UI

Hello to all,

can anyone tell me how to edit node “Hide Cursor During Capture” to affect only “right mouse buton” so when my left mouse buton is pressed it is not hiden?
As normal when node “Hide Cursor During Capture” is checked it hides cursor on any (left and right) mouse butons pressed.

I don’t think there’s an option for that. Maybe you will need to make your own player controller and define your own mouse control. That way you can use your own setShowMouseCursor and various button down/up events.