Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 10 months ago.
Send Multiple characters at a time
So I'm trying to create a controller for a game we're making.
The easiest way for me to do it, is to make the controller emulate a keyboard.
So the joystick currently implements the arrows keys.
My question is, what's the best way of handling when 2 buttons are pressed at the same time. Or does should it just be send one after another? For example: Up and right pressed simultaneously.
Hope this is clear enough.
Thanks!