Home
last modified time | relevance | path

Searched refs:CLOSE_RIGHT (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/
H A Dbroken_pellerator_froz.cpp97 _closeAction = CLOSE_RIGHT; in ActMsg()
112 case CLOSE_RIGHT: in ActMsg()
143 } else if (_closeAction == CLOSE_RIGHT) { in MovieEndMsg()
H A Dbroken_pell_base.h30 enum CloseAction { CLOSE_NONE = 0, CLOSE_LEFT = 1, CLOSE_RIGHT = 2 }; enumerator
H A Dbroken_pellerator.cpp97 _closeAction = CLOSE_RIGHT; in ActMsg()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/
H A Dbroken_pellerator_froz.cpp97 _closeAction = CLOSE_RIGHT; in ActMsg()
112 case CLOSE_RIGHT: in ActMsg()
143 } else if (_closeAction == CLOSE_RIGHT) { in MovieEndMsg()
H A Dbroken_pell_base.h30 enum CloseAction { CLOSE_NONE = 0, CLOSE_LEFT = 1, CLOSE_RIGHT = 2 }; enumerator
H A Dbroken_pellerator.cpp97 _closeAction = CLOSE_RIGHT; in ActMsg()
/dports/games/flying/flying-6.20/
H A Dkeeper.C71 if (mode&CLOSE_RIGHT) { in LineKeeper()
93 if (mode&CLOSE_RIGHT) in Draw()
104 if (mode&CLOSE_RIGHT) in Draw()
H A Dkeeper.h38 #define CLOSE_RIGHT 0x04 macro
H A Dhockey.C80 keeper = new LineKeeper(GoalHeight,GoalFrame,blue_bg_col,table_col,CLOSE_LEFT|CLOSE_RIGHT); in Hockey()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dmain.c672 #define CLOSE_RIGHT 1 macro
765 direction = (x_gkrell < _GK.w_display / 2) ? CLOSE_LEFT : CLOSE_RIGHT; in side_frame_button_press()
777 if (direction == CLOSE_RIGHT) in side_frame_button_press()
788 if (direction == CLOSE_RIGHT) in side_frame_button_press()