C# Class FarseerPhysics.Testbed.Framework.KeyboardManager

Mostra file Open project: tinco/Farseer-Physics Class Usage Examples

Public Methods

Method Description
IsKeyDown ( Keys key ) : bool
IsNewKeyPress ( Keys key ) : bool

Private Methods

Method Description
IsKeyUp ( Keys key ) : bool

Method Details

IsKeyDown() public method

public IsKeyDown ( Keys key ) : bool
key Keys
return bool

IsNewKeyPress() public method

public IsNewKeyPress ( Keys key ) : bool
key Keys
return bool