Home
last modified time | relevance | path

Searched refs:joystick_hat_slowness (Results 1 – 3 of 3) sorted by relevance

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dparse.h71 const char *joystick_hat_slowness; member
H A Dparse.gperf176 joystick-hat-slowness, MULTI(joystick_hat_slowness)
H A Dtuxpaint.c1199 static int joystick_hat_slowness = 15; variable
23682 if (tmpcfg.joystick_hat_slowness) in setup_config()
23684 …if (strtof(tmpcfg.joystick_hat_slowness, NULL) < 0 || strtof(tmpcfg.joystick_hat_slowness, NULL) >… in setup_config()
23686 …derr, "Joystick hat slowness (now %s) must be between 0 and 500.\n", tmpcfg.joystick_hat_slowness); in setup_config()
23689 joystick_hat_slowness = strtof(tmpcfg.joystick_hat_slowness, NULL); in setup_config()
25816 if (hatmotioner && joystick_hat_slowness) in handle_motioners()
25817 SDL_Delay(joystick_hat_slowness); in handle_motioners()