Home
last modified time | relevance | path

Searched refs:TEO_JOYSTICK_RIGHT (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/teo/teo/src/media/
H A Dkeyboard.c751 joycode = TEO_JOYSTICK_RIGHT|TEO_JOYSTICK_DOWN; in keyboard_Press()
763 joycode = TEO_JOYSTICK_RIGHT; in keyboard_Press()
775 joycode = TEO_JOYSTICK_RIGHT|TEO_JOYSTICK_UP; in keyboard_Press()
824 joycode = TEO_JOYSTICK_RIGHT|TEO_JOYSTICK_UP; in keyboard_Press()
836 joycode = TEO_JOYSTICK_RIGHT; in keyboard_Press()
848 joycode = TEO_JOYSTICK_RIGHT|TEO_JOYSTICK_DOWN; in keyboard_Press()
H A Djoystick.c74 else if (pos & TEO_JOYSTICK_RIGHT) in END_OF_FUNCTION()
/dports/emulators/teo/teo/src/alleg/
H A Dajoyint.c83 pos |= TEO_JOYSTICK_RIGHT; in ajoyint_Update()
/dports/emulators/teo/teo/include/
H A Dteo.h119 #define TEO_JOYSTICK_RIGHT (1<<1) macro