Beispiel #1
0
void IN_ProneUp(void)
{
	IN_KeyUp(&kb[KB_WBUTTONS7]);
}
Beispiel #2
0
void IN_Button8Up(void) {
    IN_KeyUp(&in_buttons[8]);
}
Beispiel #3
0
void IN_Button10Up(void) {
    IN_KeyUp(&in_buttons[10]);
}
Beispiel #4
0
void IN_Button4Up(void) {
    IN_KeyUp(&in_buttons[4]);
}
Beispiel #5
0
void IN_Button6Up(void) {
    IN_KeyUp(&in_buttons[6]);
}
Beispiel #6
0
void IN_StrafeUp(void) {
    IN_KeyUp(&in_strafe);
}
Beispiel #7
0
void IN_Button2Up(void) {
    IN_KeyUp(&in_buttons[2]);
}
Beispiel #8
0
void IN_UpUp(void) {
    IN_KeyUp(&in_up);
}
Beispiel #9
0
void IN_DownUp(void) {
    IN_KeyUp(&in_down);
}
Beispiel #10
0
void IN_Button14Up(void) {IN_KeyUp(&in_buttons[14]);}
Beispiel #11
0
void IN_Button15Up(void) {IN_KeyUp(&in_buttons[15]);}
Beispiel #12
0
void IN_Button13Up(void) {IN_KeyUp(&in_buttons[13]);}
Beispiel #13
0
void IN_Button12Up(void) {IN_KeyUp(&in_buttons[12]);}
Beispiel #14
0
void IN_VoipRecordUp(void)
{
	IN_KeyUp(&in_voiprecord);
	Cvar_Set("cl_voipSend", "0");
}
Beispiel #15
0
void IN_MoverightUp(void) {
    IN_KeyUp(&in_moveright);
}
Beispiel #16
0
void IN_LeftUp(void) {
    IN_KeyUp(&in_left);
}
Beispiel #17
0
void IN_SpeedUp(void) {
    IN_KeyUp(&in_speed);
}
Beispiel #18
0
void IN_RightUp(void) {
    IN_KeyUp(&in_right);
}
Beispiel #19
0
void IN_Button0Up(void) {
    IN_KeyUp(&in_buttons[0]);
}
Beispiel #20
0
void IN_ForwardUp(void) {
    IN_KeyUp(&in_forward);
}
Beispiel #21
0
void IN_Button3Up(void) {
    IN_KeyUp(&in_buttons[3]);
}
Beispiel #22
0
void IN_BackUp(void) {
    IN_KeyUp(&in_back);
}
Beispiel #23
0
void IN_Button5Up(void) {
    IN_KeyUp(&in_buttons[5]);
}
Beispiel #24
0
void IN_LookupUp(void) {
    IN_KeyUp(&in_lookup);
}
Beispiel #25
0
void IN_Button7Up(void) {
    IN_KeyUp(&in_buttons[7]);
}
Beispiel #26
0
void IN_LookdownUp(void) {
    IN_KeyUp(&in_lookdown);
}
Beispiel #27
0
void IN_Button9Up(void) {
    IN_KeyUp(&in_buttons[9]);
}
Beispiel #28
0
void IN_MoveleftUp(void) {
    IN_KeyUp(&in_moveleft);
}
Beispiel #29
0
void IN_Button11Up(void) {
    IN_KeyUp(&in_buttons[11]);
}
Beispiel #30
0
void IN_LeanRightUp(void)
{
	IN_KeyUp(&kb[KB_WBUTTONS5]);
}