C# Class idTech4.Input.idUserCommandGenerator

Afficher le fichier Open project: iainmckay/idtech4.net

Méthodes publiques

Méthode 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

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

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

GetButtonFromBinding() public méthode

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

GetDirectCommand() public méthode

public GetDirectCommand ( ) : idUserCommand
Résultat idUserCommand

Init() public méthode

public Init ( ) : void
Résultat void

InitForNewMap() public méthode

public InitForNewMap ( ) : void
Résultat void

idUserCommandGenerator() public méthode

public idUserCommandGenerator ( ) : System
Résultat System