C# Class AutoClicker.AutoClicker

Afficher le fichier Open project: ApexWeed/AutoClicker Class Usage Examples

Méthodes publiques

Свойство Type Description
Finished EventHandler

Méthodes publiques

Méthode 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

Méthode Description
Click ( ) : void
SyncSettings ( ) : void

Method Details

AutoClicker() public méthode

public AutoClicker ( ) : System
Résultat System

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

UpdateButton() public méthode

public UpdateButton ( ButtonType ButtonType, bool DoubleClick ) : void
ButtonType ButtonType
DoubleClick bool
Résultat void

UpdateCount() public méthode

public UpdateCount ( CountType CountType, int Count ) : void
CountType CountType
Count int
Résultat void

UpdateDelay() public méthode

public UpdateDelay ( DelayType DelayType, int Delay, int DelayRange ) : void
DelayType DelayType
Delay int
DelayRange int
Résultat void

UpdateLocation() public méthode

public UpdateLocation ( LocationType LocationType, int X, int Y, int Width, int Height ) : void
LocationType LocationType
X int
Y int
Width int
Height int
Résultat void

Property Details

Finished public_oe property

public EventHandler Finished
Résultat EventHandler