Handling 2 key at the same time

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
lenchis001
Posts: 17
Joined: Sun Sep 18, 2016 5:44 pm
Location: Belarus, Grodno

Handling 2 key at the same time

Post by lenchis001 »

Hello. How to handle messages from the two keys at the same time? For example: pres W (move to forward) and D (rotate to right). Sorry for bad English. Thank.
MartinVee
Posts: 139
Joined: Tue Aug 02, 2016 3:38 pm
Location: Québec, Canada

Re: Handling 2 key at the same time

Post by MartinVee »

What have you tried so far? What doesn't work? Did you look at the Tutorial #4 about movement? In that tutorial, a basic Event Receiver is handling input from all the keyboard's keys.
Post Reply