C# Class idTech4.Input.idUserCommandGenerator

显示文件 Open project: iainmckay/idtech4.net

Public Methods

Method Description
Clear ( ) : void
GetButtonFromBinding ( string binding ) : UserCommandButton

Returns the button if the command string is used by the async usercmd generator.

GetDirectCommand ( ) : idUserCommand
Init ( ) : void
InitForNewMap ( ) : void
idUserCommandGenerator ( ) : System

Private Methods

Method Description
InitCvars ( ) : void
MakeCurrent ( ) : void
ProcessInput ( ) : idUserCommand
ProcessKey ( Keys key, bool down ) : void
ProcessMouse ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

GetButtonFromBinding() public method

Returns the button if the command string is used by the async usercmd generator.
public GetButtonFromBinding ( string binding ) : UserCommandButton
binding string
return UserCommandButton

GetDirectCommand() public method

public GetDirectCommand ( ) : idUserCommand
return idUserCommand

Init() public method

public Init ( ) : void
return void

InitForNewMap() public method

public InitForNewMap ( ) : void
return void

idUserCommandGenerator() public method

public idUserCommandGenerator ( ) : System
return System