C# Class BasicCommandHandlers.MoveMouseCommandHandler

Inheritance: CommonServices.BasicCommandHandler, IMoveMouseCommandHandlerService
显示文件 Open project: Invenietis/ck-certified

Private Properties

Property Type Description
OnInternalBeat void
SnakeMode void

Public Methods

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

Protected Methods

Method Description
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

Private Methods

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

Method Details

BeginMouseMotion() public method

public BeginMouseMotion ( string direction, int speed, bool snakeMode = false ) : void
direction string
speed int
snakeMode bool
return void

EndMouseMotion() public method

public EndMouseMotion ( ) : void
return void

OnCommandSent() protected method

protected OnCommandSent ( object sender, CommandSentEventArgs e ) : void
sender object
e CommonServices.CommandSentEventArgs
return void

Setup() public method

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void