C# Class PointerDeviceDriver.MouseDriver

Inheritance: IPlugin, IPointerDeviceDriver
Afficher le fichier Open project: Invenietis/ck-certified

Méthodes publiques

Méthode Description
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void
Teardown ( ) : void

Private Methods

Méthode Description
OnHookInvoqued ( object sender, MouseArgs e ) : void

Method which provides an interpretation for all hook events. Depending of the hook's params we'll fire the good event.

Method Details

Setup() public méthode

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Teardown() public méthode

public Teardown ( ) : void
Résultat void