Home
last modified time | relevance | path

Searched refs:joystickmul (Results 1 – 4 of 4) sorted by relevance

/dports/games/xkoules/koules1.4/
H A Dmenu.c185 joystickmul[0]=JOYMUL1; in control_change()
190 joystickmul[1]=JOYMUL1; in control_change()
195 if(joystickmul[0]==JOYMUL1)joystickmul[0]=JOYMUL2; in control_change()
202 joystickmul[1]=JOYMUL1; in control_change()
208 if(joystickmul[1]==JOYMUL1)joystickmul[1]=JOYMUL2; in control_change()
247 object[i].joymulx = joystickmul[0]/center[0][0]; in start()
248 object[i].joymuly = joystickmul[0]/center[0][1]; in start()
253 object[i].joymulx = joystickmul[1]/center[1][0]; in start()
254 object[i].joymuly = joystickmul[1]/center[1][1]; in start()
341 if(joystickmul[0]==JOYMUL1)s1 = "JOYSTICK A button"; in change_menu()
[all …]
H A Drcfiles.c86 fwrite (joystickmul, 1, sizeof (joystickmul), controls); in save_rc()
147 fread (joystickmul, 1, sizeof (joystickmul), controls); in load_rc()
H A Dkoules.h258 extern float joystickmul[2];
H A Dkoules.c77 float joystickmul[2]={1.5,1.5}; variable