Free mouse witch camera FPS()
Free mouse witch camera FPS()
Sorry a question, how can release the mouse, taking a camera FPS ()?
take a short look at the API for ICameraSceneNode and you'll find setInputReceiverEnabled(bool enabled) !!!
and a search on the forum will help you with mouse visibility problems, you probably will get...
and a search on the forum will help you with mouse visibility problems, you probably will get...
while(!asleep) sheep++;
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
IrrExtensions:
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
LMAO....
Well.... i dun know if gianni actually didnt understood... or hes just messing with us... anyway heres the answer....
If u are asking how to hide the mouse when u use a fps camera this is how:
If you are asking how to avoid your camera from moving when you dont want to.... like when ure using your game's GUI u use:
And what he meant by searching the api is that what i just told you is in the api documentation under:
\[your irrlicht folder]\Doc\irrlicht
Now if u need a translation to any other languaje... i could help with spanish and japanesse
hope this helps...
Well.... i dun know if gianni actually didnt understood... or hes just messing with us... anyway heres the answer....
If u are asking how to hide the mouse when u use a fps camera this is how:
Code: Select all
device->getCursorControl()->setVisible(false);
Code: Select all
camera->setInputReceiverEnabled(false);
\[your irrlicht folder]\Doc\irrlicht
Now if u need a translation to any other languaje... i could help with spanish and japanesse
hope this helps...