Home
last modified time | relevance | path

Searched refs:joystickplayer (Results 1 – 6 of 6) sorted by relevance

/dports/games/xkoules/koules1.4/
H A Dmenu.c115 if (player == joystickplayer[0]) in player_change()
151 if(joystickplayer[0]<0) joystickplayer[0]=-1; in control_change()
152 if(joystickplayer[0]>=nrockets) joystickplayer[0]=-1; in control_change()
153 if(joystickplayer[1]<0) joystickplayer[1]=-1; in control_change()
154 if(joystickplayer[1]>=nrockets) joystickplayer[1]=-1; in control_change()
156 if(client && !control[joystickplayer[0]]) joystickplayer[0]=-1; in control_change()
157 if(client && !control[joystickplayer[1]]) joystickplayer[1]=-1; in control_change()
198 joystickplayer[0]=-1; in control_change()
201 joystickplayer[1]=player; in control_change()
209 else joystickplayer[1]=-1; in control_change()
[all …]
H A Drcfiles.c80 fwrite (joystickplayer, 1, sizeof (joystickplayer), controls); in save_rc()
141 …if(!fread (joystickplayer, 1, sizeof (joystickplayer), controls)) joystickplayer[0]=joystickplayer in load_rc()
H A Dkoules.c71 int joystickplayer[2] = variable
1101 if (joystickplayer[i] >= 0) in process_keys()
1103 if (object[joystickplayer[i]].type != ROCKET) in process_keys()
1114 controls[joystickplayer[i]].jx = x; in process_keys()
1115 controls[joystickplayer[i]].jy = y; in process_keys()
1116 controls[joystickplayer[i]].mask = js.buttons; in process_keys()
1117 controls[joystickplayer[i]].type = C_JOYSTICK1; in process_keys()
1157 if (i == joystickplayer[0] || in process_keys()
1158 i == joystickplayer[1]) in process_keys()
H A Dkoules.h252 extern int joystickplayer[2];
/dports/games/xkoules/koules1.4/svgalib/
H A Dinit.c96 joystickplayer[0] = -1; in initialize()
105 joystickplayer[1] = -1; in initialize()
/dports/games/xkoules/koules1.4/xlib/
H A Dinit.c342 joystickplayer[0] = -1; in initialize()
351 joystickplayer[1] = -1; in initialize()