C# Class GR.Input.Keyboard

Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode Description
IsDown ( KeyboardKey key ) : bool
KeyDown ( KeyboardKey key ) : void
KeyUp ( KeyboardKey key ) : void
PressKey ( KeyboardKey key ) : void
PressNumberKey ( int number ) : void
Write ( string text ) : void

Private Methods

Méthode Description
SetKey ( KeyboardKey key, bool down ) : void

Method Details

IsDown() public static méthode

public static IsDown ( KeyboardKey key ) : bool
key KeyboardKey
Résultat bool

KeyDown() public static méthode

public static KeyDown ( KeyboardKey key ) : void
key KeyboardKey
Résultat void

KeyUp() public static méthode

public static KeyUp ( KeyboardKey key ) : void
key KeyboardKey
Résultat void

PressKey() public static méthode

public static PressKey ( KeyboardKey key ) : void
key KeyboardKey
Résultat void

PressNumberKey() public static méthode

public static PressNumberKey ( int number ) : void
number int
Résultat void

Write() public static méthode

public static Write ( string text ) : void
text string
Résultat void