NVlabs / FPSci

Aim Training Experiments
Other
70 stars 23 forks source link

"Resume" button does not switch to mouse aiming mode #282

Closed jspjutNV closed 3 years ago

jspjutNV commented 3 years ago

When the "Resume" button is pressed, the mouse cursor remains visible, and mouse movement does not control the camera.

bboudaoud-nv commented 3 years ago

This is a bug introduced by removing control of the FPSciApps mouse input mode from the UserMenu::setVisible() method. I think I can prop up a quick branch/PR to fix this w/ minimal code changes.