Esempio n. 1
0
void IN_Alt2Up( const CCommand &args ) {KeyUp(&in_alt2, args[1] );}
Esempio n. 2
0
void IN_LookdownUp(void) {KeyUp(&in_lookdown);}
Esempio n. 3
0
void IN_MoverightUp(void)
{
	KeyUp(&in_moveright);
	gHUD.m_Spectator.HandleButtonsUp( IN_MOVERIGHT );
}
Esempio n. 4
0
void IN_RightUp(void) {KeyUp(&in_right);}
Esempio n. 5
0
void IN_BackUp(void)
{
	KeyUp(&in_back);
	gHUD.m_Spectator.HandleButtonsUp( IN_BACK );
}
Esempio n. 6
0
void IN_JLookUp (void) {KeyUp(&in_jlook);}
Esempio n. 7
0
void IN_DownUp(void) {KeyUp(&in_down);}
Esempio n. 8
0
void IN_StrafeUp(void) {KeyUp(&in_strafe);}
Esempio n. 9
0
void IN_Attack2Up(void) {KeyUp(&in_attack2);}
Esempio n. 10
0
void IN_DropFlagUp( const CCommand &args ) { KeyUp( &in_dropflag, args[1] ); }
Esempio n. 11
0
void IN_AttackUp( const CCommand &args )
{
	KeyUp( &in_attack, args[1] );
	in_cancel = 0;
}
Esempio n. 12
0
void IN_FreezeUp( const CCommand &args ) { KeyUp( &in_freeze, args[1] ); }
Esempio n. 13
0
void IN_ZoomUp( const CCommand &args ) {KeyUp(&in_zoom, args[1] );}
Esempio n. 14
0
void IN_GraphUp( const CCommand &args ) {KeyUp(&in_graph, args[1] );}
Esempio n. 15
0
void IN_BreakUp( void ) { KeyUp( &in_break ); };
Esempio n. 16
0
void IN_UseUp (void) {KeyUp(&in_use);}
Esempio n. 17
0
void IN_KLookUp (void) {KeyUp(&in_klook);}
Esempio n. 18
0
void IN_JumpUp (void) {KeyUp(&in_jump);}
Esempio n. 19
0
void IN_UpUp(void) {KeyUp(&in_up);}
Esempio n. 20
0
void IN_DuckUp(void) {KeyUp(&in_duck);}
Esempio n. 21
0
void IN_LeftUp(void) {KeyUp(&in_left);}
Esempio n. 22
0
void IN_ReloadUp(void) {KeyUp(&in_reload);}
Esempio n. 23
0
void IN_ForwardUp(void)
{
	KeyUp(&in_forward);
	gHUD.m_Spectator.HandleButtonsUp( IN_FORWARD );
}
Esempio n. 24
0
void IN_Alt1Up(void) {KeyUp(&in_alt1);}
Esempio n. 25
0
void IN_LookupUp(void) {KeyUp(&in_lookup);}
Esempio n. 26
0
void IN_GraphUp(void) {KeyUp(&in_graph);}
Esempio n. 27
0
void IN_MoveleftUp(void)
{
	KeyUp(&in_moveleft);
	gHUD.m_Spectator.HandleButtonsUp( IN_MOVELEFT );
}
Esempio n. 28
0
void IN_AttackUp(void)
{
	KeyUp( &in_attack );
	in_cancel = 0;
}
Esempio n. 29
0
void IN_SpeedUp(void) {KeyUp(&in_speed);}
Esempio n. 30
0
void IN_ReloadUp( const CCommand &args ) {KeyUp(&in_reload, args[1] );}