branches/kale/src/emu/ioport.c
| r244511 | r244512 | |
| 785 | 785 | // |
| 786 | 786 | // If joystick is pointing at a diagonal, acknowledge that the player moved |
| 787 | 787 | // the joystick by favoring a direction change. This minimizes frustration |
| 788 | | // when using a keyboard for input, and maximizes responsiveness. |
| 788 | // and maximizes responsiveness. |
| 789 | 789 | // |
| 790 | 790 | // For example, if you are holding "left" then switch to "up" (where both left |
| 791 | 791 | // and up are briefly pressed at the same time), we'll transition immediately |