Searched refs:KPAD_CL_BUTTON_UP (Results 1 – 7 of 7) sorted by relevance
464 button&=KPAD_CL_BUTTON_UP|KPAD_CL_BUTTON_LEFT|KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT; in calcDigitalCursorPos()467 case KPAD_CL_BUTTON_UP: pos->y-=spd; break; in calcDigitalCursorPos()471 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_LEFT: pos->y-=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()472 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: pos->y-=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
993 button&=KPAD_CL_BUTTON_UP|KPAD_CL_BUTTON_LEFT|KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT; in calcDigitalCursorPos()996 case KPAD_CL_BUTTON_UP: pos->y-=spd; break; in calcDigitalCursorPos()1000 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_LEFT: pos->y-=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()1001 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: pos->y-=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
542 button&=KPAD_CL_BUTTON_UP|KPAD_CL_BUTTON_LEFT|KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT; in calcDigitalCursorPos()545 case KPAD_CL_BUTTON_UP: pos->y-=spd; break; in calcDigitalCursorPos()549 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_LEFT: pos->y-=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()550 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: pos->y-=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
650 button&=KPAD_CL_BUTTON_UP|KPAD_CL_BUTTON_LEFT|KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT; in calcDigitalCursorPos()653 case KPAD_CL_BUTTON_UP: pos->y-=spd; break; in calcDigitalCursorPos()657 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_LEFT: pos->y-=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()658 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: pos->y-=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
666 button&=KPAD_CL_BUTTON_UP|KPAD_CL_BUTTON_LEFT|KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT; in calcDigitalCursorPos()669 case KPAD_CL_BUTTON_UP: pos->y-=spd; break; in calcDigitalCursorPos()673 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_LEFT: pos->y-=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()674 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: pos->y-=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
793 button&=KPAD_CL_BUTTON_UP|KPAD_CL_BUTTON_LEFT|KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT; in calcDigitalCursorPos()796 case KPAD_CL_BUTTON_UP: pos->y-=spd; break; in calcDigitalCursorPos()800 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_LEFT: pos->y-=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()801 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: pos->y-=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
56 #define KPAD_CL_BUTTON_UP WPAD_CL_BUTTON_UP macro