Property | Type | Description | |
---|---|---|---|
OnInternalBeat | void | ||
SnakeMode | void |
Method | Description | |
---|---|---|
BeginMouseMotion ( string direction, int speed, bool snakeMode = false ) : void | ||
EndMouseMotion ( ) : void | ||
Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
Start ( ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
OnCommandSent ( object sender, |
Method | Description | |
---|---|---|
OnInternalBeat ( object sender, |
||
SnakeMode ( int X, int Y, int XStep, int YStep, bool snakeMode ) : void |
public BeginMouseMotion ( string direction, int speed, bool snakeMode = false ) : void | ||
direction | string | |
speed | int | |
snakeMode | bool | |
return | void |
protected OnCommandSent ( object sender, |
||
sender | object | |
e | ||
return | void |
public Setup ( CK.Plugin.IPluginSetupInfo info ) : bool | ||
info | CK.Plugin.IPluginSetupInfo | |
return | bool |