C# Class AutoClicker.AutoClicker

Mostrar archivo Open project: ApexWeed/AutoClicker Class Usage Examples

Public Properties

Property Type Description
Finished EventHandler

Public Methods

Method Description
AutoClicker ( ) : System
Start ( ) : void
Stop ( ) : void
UpdateButton ( ButtonType ButtonType, bool DoubleClick ) : void
UpdateCount ( CountType CountType, int Count ) : void
UpdateDelay ( DelayType DelayType, int Delay, int DelayRange ) : void
UpdateLocation ( LocationType LocationType, int X, int Y, int Width, int Height ) : void

Private Methods

Method Description
Click ( ) : void
SyncSettings ( ) : void

Method Details

AutoClicker() public method

public AutoClicker ( ) : System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

UpdateButton() public method

public UpdateButton ( ButtonType ButtonType, bool DoubleClick ) : void
ButtonType ButtonType
DoubleClick bool
return void

UpdateCount() public method

public UpdateCount ( CountType CountType, int Count ) : void
CountType CountType
Count int
return void

UpdateDelay() public method

public UpdateDelay ( DelayType DelayType, int Delay, int DelayRange ) : void
DelayType DelayType
Delay int
DelayRange int
return void

UpdateLocation() public method

public UpdateLocation ( LocationType LocationType, int X, int Y, int Width, int Height ) : void
LocationType LocationType
X int
Y int
Width int
Height int
return void

Property Details

Finished public_oe property

public EventHandler Finished
return EventHandler