Home
last modified time | relevance | path

Searched refs:joy_get_button_down_cnt (Results 1 – 14 of 14) sorted by relevance

/dports/games/d2x/d2x-0.2.5/arch/win32/include/
H A Djoy.h92 extern int joy_get_button_down_cnt( int btn );
/dports/games/d2x/d2x-0.2.5/unused/bios/
H A Djoy.h104 extern int joy_get_button_down_cnt( int btn );
H A Djoyc.c545 int joy_get_button_down_cnt( int btn ) in joy_get_button_down_cnt() function
/dports/games/d2x/d2x-0.2.5/arch/include/
H A Djoy.h122 extern int joy_get_button_down_cnt( int btn );
/dports/games/d2x/d2x-0.2.5/main/
H A Dkconfig.c2904 Controls.headlight_count=joy_get_button_down_cnt(kc_superjoy[30].value);
2913 Controls.cycle_primary_count+=joy_get_button_down_cnt(kc_superjoy[28].value);
2922 Controls.cycle_secondary_count=joy_get_button_down_cnt(kc_superjoy[29].value);
2985 …(kc_superjoy[4].value < 255 )) Controls.fire_flare_down_count += joy_get_button_down_cnt(kc_superj…
2991 …(kc_superjoy[26].value < 255 )) Controls.drop_bomb_down_count += joy_get_button_down_cnt(kc_superj…
2997 …(kc_superjoy[25].value < 255 )) Controls.rear_view_down_count += joy_get_button_down_cnt(kc_superj…
3705 Controls.headlight_count+=joy_get_button_down_cnt(kc_joystick[30].value);
3714 Controls.cycle_primary_count+=joy_get_button_down_cnt(kc_joystick[28].value);
3724 Controls.cycle_secondary_count=joy_get_button_down_cnt(kc_joystick[29].value);
3787 …(kc_joystick[4].value < 255 )) Controls.fire_flare_down_count += joy_get_button_down_cnt(kc_joysti…
[all …]
H A Dscores.c665 if (joy_get_button_down_cnt(i)>0) done=1; in scores_view()
H A Dkmatrix.c642 if (joy_get_button_down_cnt(i)>0) in kmatrix_view()
H A Dnewmenu.c1229 if (joy_get_button_down_cnt(i)>0) return 1; in check_button_press()
1241 if (joy_get_button_down_cnt(i)>0) return 1; in check_button_press()
H A Dgamecntl.c2555 if (joy_get_button_down_cnt(i)>0) Death_sequence_aborted = 1; in ReadControls()
/dports/games/d2x/d2x-0.2.5/arch/linux/
H A Djoystick.c357 int joy_get_button_down_cnt (int btn) { in joy_get_button_down_cnt() function
/dports/games/d2x/d2x-0.2.5/arch/sdl/
H A Djoy.c248 int joy_get_button_down_cnt( int btn ) in joy_get_button_down_cnt() function
/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Djoyc.c753 int joy_get_button_down_cnt( int btn ) in joy_get_button_down_cnt() function
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Djoyhh.c583 int joy_get_button_down_cnt( int btn ) in joy_get_button_down_cnt() function
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Djoyc.c568 int joy_get_button_down_cnt( int btn ) in joy_get_button_down_cnt() function