C# Class ACManager.Simulate

Class to be used for simulating any user input not able to be implemented through Decal itself.
Afficher le fichier Open project: patri0t86/ACManager

Méthodes publiques

Méthode Description
MouseClick ( IntPtr hwnd, int x, int y ) : void

Sends a mouse movement to desired window coordinates and left clicks.

Private Methods

Méthode Description
PostMessage ( IntPtr hwnd, uint msg, IntPtr wparam, UIntPtr lparam ) : bool

Method Details

MouseClick() public static méthode

Sends a mouse movement to desired window coordinates and left clicks.
public static MouseClick ( IntPtr hwnd, int x, int y ) : void
hwnd IntPtr
x int X coordinate in the window.
y int Y coordinate in the window.
Résultat void