C# Class MyPolarBear.Input.KeyboardComponent

Datei anzeigen Open project: sgdc/sgdc-old Class Usage Examples

Public Methods

Method Description
GetPressedKeys ( ) : Keys[]
IsKeyPressed ( Keys key ) : bool
IsKeyReleased ( Keys key ) : bool
Update ( ) : void

Method Details

GetPressedKeys() public method

public GetPressedKeys ( ) : Keys[]
return Keys[]

IsKeyPressed() public method

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

IsKeyReleased() public method

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

Update() public method

public Update ( ) : void
return void