C# Class FreePIE.Core.Plugins.KeyboardPlugin

Inheritance: FreePIE.Core.Plugins.Plugin
Afficher le fichier Open project: AndersMalmgren/FreePIE Class Usage Examples

Méthodes publiques

Méthode Description
CreateGlobal ( ) : object
DoBeforeNextExecute ( ) : void
GetProperty ( int index, IPluginProperty property ) : bool
IsKeyDown ( int keycode ) : bool
IsKeyUp ( int keycode ) : bool
KeyDown ( int code ) : void
KeyUp ( int code ) : void
PressAndRelease ( int keycode ) : void
PressAndRelease ( int keycode, bool state ) : void
SetProperties ( object>.Dictionary properties ) : bool
Start ( ) : Action
Stop ( ) : void
WasKeyPressed ( int key ) : bool

Private Methods

Méthode Description
KeyInput ( ushort code, uint flag ) : FreePIE.Core.Plugins.MouseKeyIO.KEYBDINPUT

Method Details

CreateGlobal() public méthode

public CreateGlobal ( ) : object
Résultat object

DoBeforeNextExecute() public méthode

public DoBeforeNextExecute ( ) : void
Résultat void

GetProperty() public méthode

public GetProperty ( int index, IPluginProperty property ) : bool
index int
property IPluginProperty
Résultat bool

IsKeyDown() public méthode

public IsKeyDown ( int keycode ) : bool
keycode int
Résultat bool

IsKeyUp() public méthode

public IsKeyUp ( int keycode ) : bool
keycode int
Résultat bool

KeyDown() public méthode

public KeyDown ( int code ) : void
code int
Résultat void

KeyUp() public méthode

public KeyUp ( int code ) : void
code int
Résultat void

PressAndRelease() public méthode

public PressAndRelease ( int keycode ) : void
keycode int
Résultat void

PressAndRelease() public méthode

public PressAndRelease ( int keycode, bool state ) : void
keycode int
state bool
Résultat void

SetProperties() public méthode

public SetProperties ( object>.Dictionary properties ) : bool
properties object>.Dictionary
Résultat bool

Start() public méthode

public Start ( ) : Action
Résultat Action

Stop() public méthode

public Stop ( ) : void
Résultat void

WasKeyPressed() public méthode

public WasKeyPressed ( int key ) : bool
key int
Résultat bool