Searched refs:KPAD_CL_BUTTON_RIGHT (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()470 case KPAD_CL_BUTTON_RIGHT: pos->x+=spd; break; in calcDigitalCursorPos()472 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: 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()999 case KPAD_CL_BUTTON_RIGHT: pos->x+=spd; break; in calcDigitalCursorPos()1001 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: 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()548 case KPAD_CL_BUTTON_RIGHT: pos->x+=spd; break; in calcDigitalCursorPos()550 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: 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()656 case KPAD_CL_BUTTON_RIGHT: pos->x+=spd; break; in calcDigitalCursorPos()658 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: 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()672 case KPAD_CL_BUTTON_RIGHT: pos->x+=spd; break; in calcDigitalCursorPos()674 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: 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()799 case KPAD_CL_BUTTON_RIGHT: pos->x+=spd; break; in calcDigitalCursorPos()801 case KPAD_CL_BUTTON_UP |KPAD_CL_BUTTON_RIGHT: 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()
71 #define KPAD_CL_BUTTON_RIGHT WPAD_CL_BUTTON_RIGHT macro