C# 클래스 BasicCommandHandlers.MoveMouseCommandHandler

상속: CommonServices.BasicCommandHandler, IMoveMouseCommandHandlerService
파일 보기 프로젝트 열기: Invenietis/ck-certified

Private Properties

프로퍼티 타입 설명
OnInternalBeat void
SnakeMode void

공개 메소드들

메소드 설명
BeginMouseMotion ( string direction, int speed, bool snakeMode = false ) : void
EndMouseMotion ( ) : void
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
Start ( ) : void
Stop ( ) : void

보호된 메소드들

메소드 설명
OnCommandSent ( object sender, CommandSentEventArgs e ) : void

비공개 메소드들

메소드 설명
OnInternalBeat ( object sender, EventArgs e ) : void
SnakeMode ( int X, int Y, int XStep, int YStep, bool snakeMode ) : void

메소드 상세

BeginMouseMotion() 공개 메소드

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

EndMouseMotion() 공개 메소드

public EndMouseMotion ( ) : void
리턴 void

OnCommandSent() 보호된 메소드

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

Setup() 공개 메소드

public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool
info CK.Plugin.IPluginSetupInfo
리턴 bool

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void