Searched refs:KPAD_CL_BUTTON_DOWN (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()469 case KPAD_CL_BUTTON_DOWN: pos->y+=spd; break; in calcDigitalCursorPos()473 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_LEFT: pos->y+=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()474 case KPAD_CL_BUTTON_DOWN|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()998 case KPAD_CL_BUTTON_DOWN: pos->y+=spd; break; in calcDigitalCursorPos()1002 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_LEFT: pos->y+=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()1003 case KPAD_CL_BUTTON_DOWN|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()547 case KPAD_CL_BUTTON_DOWN: pos->y+=spd; break; in calcDigitalCursorPos()551 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_LEFT: pos->y+=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()552 case KPAD_CL_BUTTON_DOWN|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()655 case KPAD_CL_BUTTON_DOWN: pos->y+=spd; break; in calcDigitalCursorPos()659 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_LEFT: pos->y+=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()660 case KPAD_CL_BUTTON_DOWN|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()671 case KPAD_CL_BUTTON_DOWN: pos->y+=spd; break; in calcDigitalCursorPos()675 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_LEFT: pos->y+=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()676 case KPAD_CL_BUTTON_DOWN|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()798 case KPAD_CL_BUTTON_DOWN: pos->y+=spd; break; in calcDigitalCursorPos()802 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_LEFT: pos->y+=spd2; pos->x-=spd2; break; in calcDigitalCursorPos()803 case KPAD_CL_BUTTON_DOWN|KPAD_CL_BUTTON_RIGHT: pos->y+=spd2; pos->x+=spd2; break; in calcDigitalCursorPos()
70 #define KPAD_CL_BUTTON_DOWN WPAD_CL_BUTTON_DOWN macro