예제 #1
0
void IN_BackDown(void)
{
	KeyDown(&in_back);
	gHUD.m_Spectator.HandleButtonsDown( IN_BACK );
}
예제 #2
0
void
IN_LookdownDown(void)
{
	KeyDown(&in_lookdown);
}
예제 #3
0
void
IN_MoverightDown(void)
{
	KeyDown(&in_moveright);
}
예제 #4
0
void
IN_RightDown(void)
{
	KeyDown(&in_right);
}
예제 #5
0
void
IN_BackDown(void)
{
	KeyDown(&in_back);
}
예제 #6
0
void
IN_KLookDown(void)
{
	KeyDown(&in_klook);
}
예제 #7
0
void
IN_DownDown(void)
{
	KeyDown(&in_down);
}
예제 #8
0
void IN_DuckDown(void)
{
	KeyDown(&in_duck);
	gHUD.m_Spectator.HandleButtonsDown( IN_DUCK );

}
예제 #9
0
void IN_ReloadDown(void) {KeyDown(&in_reload);}
예제 #10
0
void IN_UseDown (void)
{
	KeyDown(&in_use);
	gHUD.m_Spectator.HandleButtonsDown( IN_USE );
}
예제 #11
0
void IN_JumpDown (void)
{
	KeyDown(&in_jump);
	gHUD.m_Spectator.HandleButtonsDown( IN_JUMP );

}
예제 #12
0
void IN_StrafeDown(void) {KeyDown(&in_strafe);}
예제 #13
0
void IN_MoverightDown(void)
{
	KeyDown(&in_moveright);
	gHUD.m_Spectator.HandleButtonsDown( IN_MOVERIGHT );
}
예제 #14
0
void IN_MoveleftDown(void)
{
	KeyDown(&in_moveleft);
	gHUD.m_Spectator.HandleButtonsDown( IN_MOVELEFT );
}
예제 #15
0
void CAM_InDown( const CCommand &args ) { KeyDown( &cam_in, args[1] ); }
예제 #16
0
void IN_Alt1Down(void) {KeyDown(&in_alt1);}
예제 #17
0
void CAM_OutDown( const CCommand &args ) { KeyDown( &cam_out, args[1] ); }
예제 #18
0
void IN_GraphDown(void) {KeyDown(&in_graph);}
예제 #19
0
void
IN_UpDown(void)
{
	KeyDown(&in_up);
}
예제 #20
0
void IN_AttackDown(void)
{
	KeyDown( &in_attack );
	gHUD.m_Spectator.HandleButtonsDown( IN_ATTACK );
}
예제 #21
0
void
IN_LeftDown(void)
{
	KeyDown(&in_left);
}
예제 #22
0
void CAM_PitchUpDown( const CCommand &args ) { KeyDown( &cam_pitchup, args[1] ); }
예제 #23
0
void
IN_ForwardDown(void)
{
	KeyDown(&in_forward);
}
예제 #24
0
void CAM_PitchDownDown( const CCommand &args ) { KeyDown( &cam_pitchdown, args[1] ); }
예제 #25
0
void
IN_LookupDown(void)
{
	KeyDown(&in_lookup);
}
예제 #26
0
void CAM_YawLeftDown( const CCommand &args ) { KeyDown( &cam_yawleft, args[1] ); }
예제 #27
0
void
IN_MoveleftDown(void)
{
	KeyDown(&in_moveleft);
}
예제 #28
0
void CAM_YawRightDown( const CCommand &args ) { KeyDown( &cam_yawright, args[1] ); }
예제 #29
0
void
IN_SpeedDown(void)
{
	KeyDown(&in_speed);
}
예제 #30
0
void IN_ForwardDown(void)
{
	KeyDown(&in_forward);
	gHUD.m_Spectator.HandleButtonsDown( IN_FORWARD );
}