Gryphon_de Posted August 19, 2011 Posted August 19, 2011 Hello! How can I tune my app to enable character controls system with camera that not follows my mouse by default? We need mouse for both HUD and character controlling without switching this modes bu Escape, so I want pointer to be always visible and working.
manguste Posted August 24, 2011 Posted August 24, 2011 You need to set MOUSE_SOFT define in data/core/scripts/system.h. In this case, the mouse cursor will not be grabbed, though it will still disappear after some time of inactivity (which could be easily customized).
Gryphon_de Posted August 25, 2011 Author Posted August 25, 2011 Yeah, thanks, I found MOUSE_USER already)
Recommended Posts