Home
last modified time | relevance | path

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

/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Djoyc.c85 char joy_present = 0; variable
117 joy_present = 0; in joy_init()
129 joy_present = 0; in joy_init()
148 else joy_present = 1; in joy_init()
164 return joy_present; in joy_init()
367 joy_present = 1; in joy_set_ul()
369 joy_present = 0; in joy_set_ul()
377 joy_present = 1; in joy_set_lr()
379 joy_present = 0; in joy_set_lr()
394 joy_present = 1; in joy_set_cen()
[all …]
/dports/games/d2x/d2x-0.2.5/arch/dos/
H A Djoyc.c206 char joy_present = 0; variable
471 joy_present = 0; in joy_init()
506 joy_present = 1; in joy_init()
508 joy_present = 0; in joy_init()
510 return joy_present; in joy_init()
526 joy_present = 1; in joy_set_ul()
528 joy_present = 0; in joy_set_ul()
539 joy_present = 1; in joy_set_lr()
541 joy_present = 0; in joy_set_lr()
552 joy_present = 1; in joy_set_cen()
[all …]
H A Djoydefs.c370 if (!joy_present) { in joydefs_calibrate()
/dports/games/d2x/d2x-0.2.5/unused/bios/
H A Djoyc.c48 char joy_present = 0; variable
319 joy_present = 0; in joy_init()
343 joy_present = 1; in joy_init()
345 joy_present = 0; in joy_init()
347 return joy_present; in joy_init()
361 joy_present = 1; in joy_set_ul()
363 joy_present = 0; in joy_set_ul()
371 joy_present = 1; in joy_set_lr()
373 joy_present = 0; in joy_set_lr()
381 joy_present = 1; in joy_set_cen()
[all …]
H A Djoy.h69 extern char joy_present;
/dports/games/d2x/d2x-0.2.5/arch/win32/
H A Djoyhh.c54 char joy_present = 0; variable
210 if (!joy_present) in joy_read_raw_buttons()
318 joy_present = 1; in joy_init()
320 joy_present = 0; in joy_init()
384 return joy_present; in joy_init()
402 joy_present = 1; in joy_set_ul()
404 joy_present = 0; in joy_set_ul()
413 joy_present = 1; in joy_set_lr()
415 joy_present = 0; in joy_set_lr()
424 joy_present = 1; in joy_set_cen()
[all …]
/dports/games/d2x/d2x-0.2.5/arch/linux/
H A Djoystick.c27 char joy_present = 0; variable
267 joy_present = 1; in joy_init()
289 joy_present=0; in joy_close()
334 if ((!joy_installed)||(!joy_present)) { *x=*y=0; return; } in joy_get_pos()
H A Djoydefs.c102 if (!joy_present) { in joydefs_calibrate()
/dports/games/d2x/d2x-0.2.5/arch/sdl/
H A Djoy.c32 char joy_present = 0; variable
152 joy_present = 1; in joy_init()
205 return joy_present; in joy_init()
/dports/games/d2x/d2x-0.2.5/arch/win32/include/
H A Djoy.h57 extern char joy_present;
/dports/games/d2x/d2x-0.2.5/arch/include/
H A Djoy.h87 extern char joy_present;
/dports/games/d2x/d2x-0.2.5/main/
H A Dslew.c124 if (check_joy && joy_present && (Function_mode == FMODE_EDITOR) ) { in do_slew_movement()
H A Djoydefs.c424 if (!joy_present) {
642 if (!joy_present) {
H A Dendlevel.c1396 if (check_joy && joy_present) { in _do_slew_movement()