33 s16 handleInput = FALSE;
41 nuContDataGet(contData, 0);
61 stickX = contData->stick_x;
62 stickY = contData->stick_y;
92 buttons = contData->button;
110 if (stickX < -0x20) {
149 if (stickY < -0x20) {
172 buttons &= ~BUTTON_STICK_RIGHT;
180 if (stickX < -0x20) {
182 buttons &= ~BUTTON_STICK_LEFT;
192 buttons &= ~BUTTON_STICK_UP;
200 if (stickY < -0x20) {
202 buttons &= ~BUTTON_STICK_DOWN;