Method | Description | |
---|---|---|
InputManager ( |
||
IsKeyDown ( |
||
IsKeyDown ( Keys key ) : bool | ||
KeyPressed ( |
||
KeyPressed ( Keys key ) : bool | ||
KeyReleased ( |
||
KeyReleased ( Keys key ) : bool | ||
Reset ( ) : void | ||
SetDefaultControls ( ) : void | ||
Update ( |
public IsKeyDown ( |
||
control | ||
return | bool |
public KeyPressed ( |
||
control | ||
return | bool |
public KeyReleased ( |
||
control | ||
return | bool |
public Update ( |
||
gametime | ||
return | void |