Recent content by dumbass_in_training

  1. D

    Homebrew Button Press is stuck in a while loop

    Hey guys, I'm trying to make a calculator but I want the input to wait until the user is ready to use it. There is a button press wrapped inside of a while loop but it doesn't take the input for some reason. while (keyInp) { if (kDown & KEY_B) { swkbdInit(&swkbd, SWKBD_TYPE_NUMPAD, 1, 8)...