C# Class BasicCommandHandlers.MoveMouseCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IMoveMouseCommandHandlerService
Afficher le fichier Open project: Invenietis/ck-certified

Private Properties

Свойство Type Description
OnInternalBeat void
SnakeMode void

Méthodes publiques

Méthode Description
BeginMouseMotion ( string direction, int speed, bool snakeMode = false ) : void
EndMouseMotion ( ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void

Méthodes protégées

Méthode Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Private Methods

Méthode Description
OnInternalBeat ( object sender, EventArgs e ) : void
SnakeMode ( int X, int Y, int XStep, int YStep, bool snakeMode ) : void

Method Details

BeginMouseMotion() public méthode

public BeginMouseMotion ( string direction, int speed, bool snakeMode = false ) : void
direction string
speed int
snakeMode bool
Résultat void

EndMouseMotion() public méthode

public EndMouseMotion ( ) : void
Résultat void

OnCommandSent() protected méthode

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
Résultat void

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