Home
last modified time | relevance | path

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

/dports/games/tuxpaint/tuxpaint-0.9.26/src/
H A Dparse.h77 const char *joystick_button_selectshapestool; member
H A Dparse.gperf182 joystick-btn-shapes, MULTI(joystick_button_selectshapestool)
H A Dtuxpaint.c1205 static int joystick_button_selectshapestool = 255; variable
23747 if (tmpcfg.joystick_button_selectshapestool) in setup_config()
23749 if (strtof(tmpcfg.joystick_button_selectshapestool, NULL) < 0 in setup_config()
23750 || strtof(tmpcfg.joystick_button_selectshapestool, NULL) > 254) in setup_config()
23754 tmpcfg.joystick_button_selectshapestool); in setup_config()
23757 joystick_button_selectshapestool = strtof(tmpcfg.joystick_button_selectshapestool, NULL); in setup_config()
25909 event.button.button == joystick_button_selectshapestool || in handle_joybuttonupdownscl()
25934 else if (event.button.button == joystick_button_selectshapestool) in handle_joybuttonupdownscl()