Hi everyone,
I have my own event receiver that I derived from IEventReceiver. If I want to use Irrlicht's FPS camera, do I have to call the movement methods or call for actions such as EKA_MOVE_FORWARD myself? Because when I set the event receiver to my own using:
device->setEventReceiver( this );
FPS camera stops moving using arrow keys, I can look around with the mouse though.
Any help would be great, thanks.
Own IEventReceiver with FPS camera
without any code snippets it's hard to say...
but I "guess" you're always returning true from the event receiver...
but I "guess" you're always returning true from the event receiver...
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