C# Class FreePIE.Core.Plugins.KeyboardGlobal

Afficher le fichier Open project: AndersMalmgren/FreePIE

Méthodes publiques

Méthode Description
KeyboardGlobal ( KeyboardPlugin plugin ) : System
getKeyDown ( Key key ) : bool
getKeyUp ( Key key ) : bool
getPressed ( Key key ) : bool
setKey ( Key key, bool down ) : void
setKeyDown ( Key key ) : void
setKeyUp ( Key key ) : void
setPressed ( Key key ) : void
setPressed ( Key key, bool state ) : void

Method Details

KeyboardGlobal() public méthode

public KeyboardGlobal ( KeyboardPlugin plugin ) : System
plugin KeyboardPlugin
Résultat System

getKeyDown() public méthode

public getKeyDown ( Key key ) : bool
key Key
Résultat bool

getKeyUp() public méthode

public getKeyUp ( Key key ) : bool
key Key
Résultat bool

getPressed() public méthode

public getPressed ( Key key ) : bool
key Key
Résultat bool

setKey() public méthode

public setKey ( Key key, bool down ) : void
key Key
down bool
Résultat void

setKeyDown() public méthode

public setKeyDown ( Key key ) : void
key Key
Résultat void

setKeyUp() public méthode

public setKeyUp ( Key key ) : void
key Key
Résultat void

setPressed() public méthode

public setPressed ( Key key ) : void
key Key
Résultat void

setPressed() public méthode

public setPressed ( Key key, bool state ) : void
key Key
state bool
Résultat void