C# Class Dabrorius.MonoPunk.Input

Exibir arquivo Open project: dabrorius/MonoPunk

Public Methods

Method Description
Check ( Keys key ) : bool
Pressed ( Keys key ) : bool
Released ( Keys key ) : bool

Private Methods

Method Description
SaveOldKeyboardInput ( ) : void
UpdateKeyboardInput ( ) : void

Method Details

Check() public static method

public static Check ( Keys key ) : bool
key Keys
return bool

Pressed() public static method

public static Pressed ( Keys key ) : bool
key Keys
return bool

Released() public static method

public static Released ( Keys key ) : bool
key Keys
return bool