Search found 1 match
- Thu May 04, 2017 8:08 pm
- Forum: GBA Development
- Topic: KeysDownRepeat(); Can't use more than once?
- Replies: 1
- Views: 5139
KeysDownRepeat(); Can't use more than once?
I'm having issues when using this and the other keysDown functions from gba_input.h in that I only one or two buttons can be found at a time. E.g KEY_LEFT and KEY_DOWN can be found, but not KEY_RIGHT or KEY_UP when called. Here's an example: include <gba_console.h> #include <gba_video.h> #include ...