KeyFoward = tv::input->IsKeyPressed ( cTV_KEY_UP );
KeyBack = tv::input->IsKeyPressed ( cTV_KEY_DOWN );
KeyLeft = tv::input->IsKeyPressed ( cTV_KEY_LEFT );
KeyRight = tv::input->IsKeyPressed ( cTV_KEY_RIGHT );
KeyJump = tv::input->IsKeyPressed ( cTV_KEY_SPACE );
KeyJump is false (even when pressed) when 2 other keys are pressed. Hmm but UP+RIGHT+SPACE works. Anyway, if I use cTV_KEY_A (for example) instead of cTV_KEY_SPACE, it works fine.