Ответ: Keypressing
This action can't be handled by standard MP functions, because they can't determine current button state, they only handle press/release events.
You should try to use get_key_states function from Lib_game, this possible can handle multiple key pressing.
|