C# Class ForMiner.SaperMouseClick

Mostrar archivo Open project: JohnyWaster/SaperBot Class Usage Examples

Public Properties

Property Type Description
leftSideOfSaperWindow int
rect System.Drawing.Rectangle
topSideOfSaperWindow int

Public Methods

Method 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

Method Description
mouse_event ( uint dwFlags, int dx, int dy, uint dwData, int dwExtraInfo ) : void

Method Details

FirstTimeRightClick() public method

public FirstTimeRightClick ( int y, int x, SaperCell field ) : void
y int
x int
field SaperCell
return void

LeftAndRightClick() public method

public LeftAndRightClick ( int y, int x ) : void
y int
x int
return void

LeftClick() public method

public LeftClick ( int y, int x ) : void
y int
x int
return void

NewGame() public method

public NewGame ( ) : void
return void

RecordConfirm() public method

public RecordConfirm ( ) : void
return void

RightClick() public method

public RightClick ( int y, int x, SaperCell field ) : void
y int
x int
field SaperCell
return void

SaperMouseClick() public method

public SaperMouseClick ( Rectangle rectangle ) : System
rectangle System.Drawing.Rectangle
return System

VictoryWin7() public method

public VictoryWin7 ( ) : void
return void

Property Details

leftSideOfSaperWindow public_oe property

public int leftSideOfSaperWindow
return int

rect public_oe property

public Rectangle,System.Drawing rect
return System.Drawing.Rectangle

topSideOfSaperWindow public_oe property

public int topSideOfSaperWindow
return int