Method | Description | |
---|---|---|
CaptureKeyboardState ( ) : void | ||
CaptureMouseState ( ) : void | ||
CheckKeyPressed ( Axiom key, bool &isPressed ) : void | ||
CheckMouseButtonPressed ( Axiom button, bool &isPressed ) : void |
Method | Description | |
---|---|---|
Convert ( Axiom key ) : Microsoft.Xna.Framework.Input.Keys |
public CheckKeyPressed ( Axiom key, bool &isPressed ) : void | ||
key | Axiom | |
isPressed | bool | |
return | void |
public CheckMouseButtonPressed ( Axiom button, bool &isPressed ) : void | ||
button | Axiom | |
isPressed | bool | |
return | void |