C# Class D3Helper.A_Tools.InputSimulator.IS_Mouse

Afficher le fichier Open project: r3peat/D3Helper.Public

Méthodes publiques

Méthode Description
LeftClick ( ) : void
LeftClick ( int xLow, int yLow, int xHigh, int yHigh ) : void
LeftClick ( uint x, uint y ) : void
LeftDown ( uint x, uint y ) : void
LeftUp ( uint x, uint y ) : void
MoveCursor ( int xLow, int yLow, int xHigh, int yHigh ) : void
MoveCursor ( uint x, uint y ) : void
RightCLick ( ) : void
RightCLick ( int xLow, int yLow, int xHigh, int yHigh ) : void
RightDown ( uint x, uint y ) : void
RightUp ( uint x, uint y ) : void

Private Methods

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

Method Details

LeftClick() public static méthode

public static LeftClick ( ) : void
Résultat void

LeftClick() public static méthode

public static LeftClick ( int xLow, int yLow, int xHigh, int yHigh ) : void
xLow int
yLow int
xHigh int
yHigh int
Résultat void

LeftClick() public static méthode

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

LeftDown() public static méthode

public static LeftDown ( uint x, uint y ) : void
x uint
y uint
Résultat void

LeftUp() public static méthode

public static LeftUp ( uint x, uint y ) : void
x uint
y uint
Résultat void

MoveCursor() public static méthode

public static MoveCursor ( int xLow, int yLow, int xHigh, int yHigh ) : void
xLow int
yLow int
xHigh int
yHigh int
Résultat void

MoveCursor() public static méthode

public static MoveCursor ( uint x, uint y ) : void
x uint
y uint
Résultat void

RightCLick() public static méthode

public static RightCLick ( ) : void
Résultat void

RightCLick() public static méthode

public static RightCLick ( int xLow, int yLow, int xHigh, int yHigh ) : void
xLow int
yLow int
xHigh int
yHigh int
Résultat void

RightDown() public static méthode

public static RightDown ( uint x, uint y ) : void
x uint
y uint
Résultat void

RightUp() public static méthode

public static RightUp ( uint x, uint y ) : void
x uint
y uint
Résultat void