C# Class ForMiner.SaperMouseClick

Afficher le fichier Open project: JohnyWaster/SaperBot Class Usage Examples

Méthodes publiques

Свойство Type Description
leftSideOfSaperWindow int
rect System.Drawing.Rectangle
topSideOfSaperWindow int

Méthodes publiques

Méthode Description
FirstTimeRightClick ( int y, int x, SaperCell field ) : void
LeftAndRightClick ( int y, int x ) : void
LeftClick ( int y, int x ) : void
NewGame ( ) : void
RecordConfirm ( ) : void
RightClick ( int y, int x, SaperCell field ) : void
SaperMouseClick ( Rectangle rectangle ) : System
VictoryWin7 ( ) : void

Private Methods

Méthode Description
mouse_event ( uint dwFlags, int dx, int dy, uint dwData, int dwExtraInfo ) : void

Method Details

FirstTimeRightClick() public méthode

public FirstTimeRightClick ( int y, int x, SaperCell field ) : void
y int
x int
field SaperCell
Résultat void

LeftAndRightClick() public méthode

public LeftAndRightClick ( int y, int x ) : void
y int
x int
Résultat void

LeftClick() public méthode

public LeftClick ( int y, int x ) : void
y int
x int
Résultat void

NewGame() public méthode

public NewGame ( ) : void
Résultat void

RecordConfirm() public méthode

public RecordConfirm ( ) : void
Résultat void

RightClick() public méthode

public RightClick ( int y, int x, SaperCell field ) : void
y int
x int
field SaperCell
Résultat void

SaperMouseClick() public méthode

public SaperMouseClick ( Rectangle rectangle ) : System
rectangle System.Drawing.Rectangle
Résultat System

VictoryWin7() public méthode

public VictoryWin7 ( ) : void
Résultat void

Property Details

leftSideOfSaperWindow public_oe property

public int leftSideOfSaperWindow
Résultat int

rect public_oe property

public Rectangle,System.Drawing rect
Résultat System.Drawing.Rectangle

topSideOfSaperWindow public_oe property

public int topSideOfSaperWindow
Résultat int