Lines Matching refs:bothnewkeys

749 u64                 bothkeys, bothnewkeys;  variable
16003 bothnewkeys = 0; in backto_mainmenu()
16036 bothnewkeys = 0; in pausemenu()
16086 bothnewkeys = 0; in pausemenu()
21345 …(bothnewkeys & (FLAG_JUMP | FLAG_ATTACK | FLAG_ATTACK2 | FLAG_ATTACK3 | FLAG_ATTACK4 | FLAG_SPECIA… in update_animation()
21417 bothnewkeys = 0; //stop mutiple skips. in update_animation()
34449 bothnewkeys = 0; in inputrefresh()
34508 bothnewkeys |= player[p].newkeys; in inputrefresh()
35085 if(_pause != 2 && !noscreenshot && (bothnewkeys & FLAG_SCREENSHOT)) in update()
35277 bothnewkeys = 0; in display_credits()
35333 done |= (bothnewkeys & (FLAG_START + FLAG_ESC)); in display_credits()
35847 if(!noskip && (bothnewkeys & (FLAG_ESC | FLAG_ANYBUTTON))) in playgif()
35901 if(!noskip && (bothnewkeys & (FLAG_ESC | FLAG_ANYBUTTON))) in playwebm()
35907 else if(frame && !noscreenshot && (bothnewkeys & FLAG_SCREENSHOT)) in playwebm()
36071 done |= (bothnewkeys & (FLAG_ESC | FLAG_ANYBUTTON)); in gameover()
36153 done |= (bothnewkeys & (FLAG_START + FLAG_ESC)); in hallfame()
36291 if(bothnewkeys & (FLAG_ANYBUTTON | FLAG_ESC)) in showcomplete()
37138 …if (bothnewkeys & FLAG_ESC || escape_flag == 11) //Kratus (20-04-21) Added the new "escape" flag i… in selectplayer()
37397 bothnewkeys = 0; in menu_difficulty()
37463 if(bothnewkeys & FLAG_ESC) in menu_difficulty()
37467 if(bothnewkeys & FLAG_MOVEUP) in menu_difficulty()
37475 if(bothnewkeys & FLAG_MOVEDOWN) in menu_difficulty()
37493 if(bothnewkeys & FLAG_ANYBUTTON) in menu_difficulty()
37514 bothnewkeys = 0; in menu_difficulty()
37528 bothnewkeys = 0; in load_saved_game()
37592 if(bothnewkeys & FLAG_ESC) in load_saved_game()
37596 if(selector == 0 && (bothnewkeys & FLAG_MOVELEFT)) in load_saved_game()
37612 if(selector == 0 && (bothnewkeys & FLAG_MOVERIGHT)) in load_saved_game()
37628 if(bothnewkeys & FLAG_MOVEUP) in load_saved_game()
37633 if(bothnewkeys & FLAG_MOVEDOWN) in load_saved_game()
37654 if((bothnewkeys & FLAG_ANYBUTTON)) in load_saved_game()
37668 bothnewkeys = 0; in load_saved_game()
37681 bothnewkeys = 0; in choose_mode()
37692 if(bothnewkeys & FLAG_ESC) in choose_mode()
37696 if(bothnewkeys & FLAG_MOVEUP) in choose_mode()
37704 if(bothnewkeys & FLAG_MOVEDOWN) in choose_mode()
37721 if(bothnewkeys & FLAG_ANYBUTTON) in choose_mode()
37753 bothnewkeys = 0; in choose_mode()
38131 bothnewkeys = 0; in keyboard_setup()
38221 else if (bothnewkeys & FLAG_ESC) in keyboard_setup()
38229 if(bothnewkeys & FLAG_ESC) in keyboard_setup()
38233 if(bothnewkeys & FLAG_MOVEUP) in keyboard_setup()
38245 if(bothnewkeys & FLAG_MOVEDOWN) in keyboard_setup()
38265 …if (selector == OPTIONS_NUM - 3 && (bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON… in keyboard_setup()
38273 if (bothnewkeys & FLAG_ANYBUTTON) in keyboard_setup()
38311 bothnewkeys = 0; in keyboard_setup()
38346 bothnewkeys = 0; in menu_options_input()
38390 if (bothnewkeys & FLAG_ESC) in menu_options_input()
38394 if (bothnewkeys & FLAG_MOVEUP) in menu_options_input()
38414 if (bothnewkeys & FLAG_MOVEDOWN) in menu_options_input()
38442 if (selector < 4 && (bothnewkeys & (FLAG_MOVEUP | FLAG_MOVEDOWN))) in menu_options_input()
38447 if (bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options_input()
38450 if (selector >= 4 && !(bothnewkeys & FLAG_ANYBUTTON)) in menu_options_input()
38466 if (bothnewkeys & FLAG_MOVELEFT) in menu_options_input()
38476 else if (bothnewkeys & FLAG_MOVERIGHT) in menu_options_input()
38510 quit = (bothnewkeys & FLAG_ANYBUTTON); in menu_options_input()
38515 bothnewkeys = 0; in menu_options_input()
38531 bothnewkeys = 0; in menu_options_sound()
38550 if(bothnewkeys & FLAG_ESC) in menu_options_sound()
38554 if(bothnewkeys & FLAG_MOVEUP) in menu_options_sound()
38563 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_sound()
38581 if(bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options_sound()
38585 if(bothnewkeys & FLAG_MOVELEFT) in menu_options_sound()
38589 else if(bothnewkeys & FLAG_MOVERIGHT) in menu_options_sound()
38661 bothnewkeys = 0; in menu_options_sound()
38673 bothnewkeys = 0; in menu_options_config()
38710 if(bothnewkeys & FLAG_ESC) in menu_options_config()
38714 if(bothnewkeys & FLAG_MOVEUP) in menu_options_config()
38723 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_config()
38742 if(bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options_config()
38787 bothnewkeys = 0; in menu_options_config()
38827 bothnewkeys = 0; in menu_options_debug()
38873 if(bothnewkeys & (FLAG_MOVEUP | FLAG_MOVEDOWN | FLAG_ESC)) in menu_options_debug()
38884 if(bothnewkeys & FLAG_ESC) in menu_options_debug()
38888 else if(bothnewkeys & FLAG_MOVEUP) in menu_options_debug()
38901 else if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_debug()
38921 if(bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options_debug()
38952 bothnewkeys = 0; in menu_options_debug()
38991 bothnewkeys = 0; in menu_options_system()
39072 if(bothnewkeys & FLAG_ESC) in menu_options_system()
39076 if(bothnewkeys & FLAG_MOVEUP) in menu_options_system()
39081 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_system()
39096 if(bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options_system()
39101 if(bothnewkeys & FLAG_MOVELEFT) in menu_options_system()
39105 else if(bothnewkeys & FLAG_MOVERIGHT) in menu_options_system()
39166 bothnewkeys = 0; in menu_options_system()
39181 bothnewkeys = 0; in menu_options_video()
39282 selector = (bothnewkeys & FLAG_MOVEUP) ? 8 : 10; in menu_options_video()
39325 if(bothnewkeys & FLAG_ESC) in menu_options_video()
39329 if(bothnewkeys & FLAG_MOVEUP) in menu_options_video()
39337 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options_video()
39345 if(bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options_video()
39349 if(bothnewkeys & FLAG_MOVELEFT) in menu_options_video()
39353 else if(bothnewkeys & FLAG_MOVERIGHT) in menu_options_video()
39584 bothnewkeys = 0; in menu_options_video()
39617 bothnewkeys = 0; in menu_options()
39648 if(bothnewkeys & FLAG_ESC) in menu_options()
39652 if(bothnewkeys & FLAG_MOVEUP) in menu_options()
39665 if(bothnewkeys & FLAG_MOVEDOWN) in menu_options()
39678 if(bothnewkeys & (FLAG_MOVELEFT | FLAG_MOVERIGHT | FLAG_ANYBUTTON)) in menu_options()
39719 bothnewkeys = 0; in menu_options()
39770 bothnewkeys = 0; in openborMain()
39787 while(_time < GAME_SPEED * 6 && !(bothnewkeys & (FLAG_ANYBUTTON | FLAG_ESC))) in openborMain()
39831 if(bothnewkeys & FLAG_ESC) in openborMain()
39849 if(bothnewkeys & (FLAG_ANYBUTTON)) in openborMain()
39876 if(bothnewkeys) in openborMain()
39881 if(bothnewkeys & FLAG_MOVEUP) in openborMain()
39889 if(bothnewkeys & FLAG_MOVEDOWN) in openborMain()
39897 if(bothnewkeys & (FLAG_ANYBUTTON)) in openborMain()