8 years, 1 month 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!

Question relating to:

Be the first to answer this question.