C# Class MyPolarBear.Input.KeyboardComponent

Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Méthode Description
GetPressedKeys ( ) : Keys[]
IsKeyPressed ( Keys key ) : bool
IsKeyReleased ( Keys key ) : bool
Update ( ) : void

Method Details

GetPressedKeys() public méthode

public GetPressedKeys ( ) : Keys[]
Résultat Keys[]

IsKeyPressed() public méthode

public IsKeyPressed ( Keys key ) : bool
key Keys
Résultat bool

IsKeyReleased() public méthode

public IsKeyReleased ( Keys key ) : bool
key Keys
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void