Home
last modified time | relevance | path

Searched refs:KPAD_CL_BUTTON_DOWN (Results 1 – 7 of 7) sorted by relevance

/RvlSDK-3.3/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c464 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()
Drsodemo.cpp993 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()
/RvlSDK-3.3/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp542 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()
/RvlSDK-3.3/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp650 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()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp666 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()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp793 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()
/RvlSDK-3.3/include/revolution/
Dkpad.h70 #define KPAD_CL_BUTTON_DOWN WPAD_CL_BUTTON_DOWN macro