bug on keys (?)

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
paulorr29
Posts: 27
Joined: Fri Aug 27, 2010 8:23 pm
Location: Panama
Contact:

bug on keys (?)

Post by paulorr29 »

hi !! i have a little error in my program, i have the key SPACE to my player attack something, and i have a botton to heal , so
when i press the SPACE key to attack, fine work, but ! after i use 1 click in the botton of heal, and i want to attack again, the SPACE do the work of the button :s !! so, i heal with the button and the space key, what's wrong ???

only the error is with the space key, i change the key to the key "X" and work fine. but i wanna do with the key SPACE

a bug ?

-greetings
my first app with irrlicht http://youtube.com/watch?v=8OHUgciBT8E
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

No bugs with space keys are known and I doubt anyone can help you without further information (code!).
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply