C# Class Bewildr.Clickr.Clickr

Afficher le fichier Open project: natritmeyer/bewildr

Méthodes publiques

Méthode Description
Click ( Point location ) : void
DoubleClick ( Point location ) : void
Drag ( Point startingLocation, Point targetLocation ) : void
LeftMouseButtonDown ( ) : void
LeftMouseButtonUp ( ) : void
RightClick ( Point location ) : void
RightMouseButtonDown ( ) : void
RightMouseButtonUp ( ) : void
SetLocation ( Point location ) : void

Private Methods

Méthode Description
GetSystemMetrics ( int nIndex ) : int
NormalizeCoordinates ( int &x, int &y ) : void
PerformMouseAction ( int coord_x, int coord_y, int something, MouseInputFlags flags ) : void
SendInput ( int nInputs, INPUT &mi, int cbSize ) : int

Method Details

Click() public méthode

public Click ( Point location ) : void
location Point
Résultat void

DoubleClick() public méthode

public DoubleClick ( Point location ) : void
location Point
Résultat void

Drag() public méthode

public Drag ( Point startingLocation, Point targetLocation ) : void
startingLocation Point
targetLocation Point
Résultat void

LeftMouseButtonDown() public méthode

public LeftMouseButtonDown ( ) : void
Résultat void

LeftMouseButtonUp() public méthode

public LeftMouseButtonUp ( ) : void
Résultat void

RightClick() public méthode

public RightClick ( Point location ) : void
location Point
Résultat void

RightMouseButtonDown() public méthode

public RightMouseButtonDown ( ) : void
Résultat void

RightMouseButtonUp() public méthode

public RightMouseButtonUp ( ) : void
Résultat void

SetLocation() public méthode

public SetLocation ( Point location ) : void
location Point
Résultat void