Multiple key events

Hi,

Is there something in SDL that limits the number of simultaneous key
presses that gets forwarded as events?

On my OSX machine I seem to be able to have 2-3 keys only pressed at
one time (depending on what keys are pressed) after that no more key
events are sent.

cheers,
hampa

Hello !

Is there something in SDL that limits the number of simultaneous key
presses that gets forwarded as events?

On my OSX machine I seem to be able to have 2-3 keys only pressed at
one time (depending on what keys are pressed) after that no more key
events are sent.

The reason for this is how a keyboard works.
Many keyboards only support a few pressed keys
at the same time.

CU