Home
last modified time | relevance | path

Searched refs:buttonjoy (Results 1 – 8 of 8) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_cfg.c608 ReadInt(buf,&buttonjoy[i]); in ParseConfigFile()
612 ReadInt(buf,&buttonjoy[i+MAX_JOYBTN]); in ParseConfigFile()
623 ReadInt ("JoyButton0", &buttonjoy[0]); in ParseConfigFile()
624 ReadInt ("JoyButton1", &buttonjoy[1]); in ParseConfigFile()
625 ReadInt ("JoyButton2", &buttonjoy[2]); in ParseConfigFile()
626 ReadInt ("JoyButton3", &buttonjoy[3]); in ParseConfigFile()
627 ReadInt ("DblClickJB0", &buttonjoy[MAX_JOYBTN+0]); in ParseConfigFile()
1893 WriteParameter(file,buf,buttonjoy[i]); in WriteConfig()
1897 WriteParameter(file,buf,buttonjoy[MAX_MOUSEBTN+i]); in WriteConfig()
1905 WriteParameter(file,buf,buttonjoy[i]); in WriteConfig()
[all …]
H A Drt_playr.h223 extern int buttonjoy[MAX_JOYBTN*2];
H A Drt_playr.c191 int buttonjoy[MAX_JOYBTN*2] = { variable
201 int buttonjoy[MAX_JOYBTN*2] = {bt_attack, bt_strafe, bt_run, bt_use, variable
1986 if ( buttonjoy[ i ] != bt_nobutton ) in PollJoystickButtons()
1988 buttonpoll[ buttonjoy[ i ] ] = true; in PollJoystickButtons()
1993 if ( buttonjoy[ i + MAX_JOYBTN ] != bt_nobutton ) in PollJoystickButtons()
2016 buttonpoll[ buttonjoy[ i + MAX_JOYBTN ] ] = true; in PollJoystickButtons()
2027 buttonpoll[ buttonjoy[ i + MAX_JOYBTN ] ] = true; in PollJoystickButtons()
H A Drt_menu.c4088 buttonjoy[ button ], controlorder ); in DefineJoyBtn()
4095 buttonjoy[ button ] = controlorder[ which ]; in DefineJoyBtn()
4127 button = buttonjoy[ i ]; in DrawCustomJoystick()
4128 buttonjoy[ i ] = bt_nobutton; in DrawCustomJoystick()
4135 buttonjoy[ i ] = button; in DrawCustomJoystick()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_play.cpp130 Buttons buttonjoy; variable
417 buttonstate[buttonjoy[0]] = true; in PollJoystickButtons()
420 buttonstate[buttonjoy[1]] = true; in PollJoystickButtons()
424 buttonstate[buttonjoy[0]] = true; in PollJoystickButtons()
427 buttonstate[buttonjoy[1]] = true; in PollJoystickButtons()
431 buttonstate[buttonjoy[2]] = true; in PollJoystickButtons()
434 buttonstate[buttonjoy[3]] = true; in PollJoystickButtons()
H A D3d_menu.cpp3127 if (order[which] == buttonjoy[z]) { in EnterCtrlData()
3128 buttonjoy[z] = bt_nobutton; in EnterCtrlData()
3133 buttonjoy[result - 1] = static_cast<int16_t>(order[which]); in EnterCtrlData()
3437 if (order[i] == buttonjoy[j]) { in PrintCustJoy()
H A D3d_main.cpp6672 buttonjoy = { in set_vanilla_controls()
7195 if (index0 >= 0 && index0 < static_cast<int>(::buttonjoy.size())) in read_text_config()
7201 ::buttonjoy[index0] = value; in read_text_config()
7204 if (::buttonjoy[index0] < 0) in read_text_config()
7206 ::buttonjoy[index0] = 0; in read_text_config()
7466 write_buttons_config(::buttonjoy, in_js_button_name, writer); in write_text_config()
H A D3d_def.h3212 extern Buttons buttonjoy;