Jump to content

Character controls + mouse pointer?


photo

Recommended Posts

Posted

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.

Posted

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).

Posted

Yeah, thanks, I found MOUSE_USER already)

×
×
  • Create New...