C# Класс ACManager.Simulate

Class to be used for simulating any user input not able to be implemented through Decal itself.
Показать файл Открыть проект

Открытые методы

Метод Описание
MouseClick ( IntPtr hwnd, int x, int y ) : void

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

Приватные методы

Метод Описание
PostMessage ( IntPtr hwnd, uint msg, IntPtr wparam, UIntPtr lparam ) : bool

Описание методов

MouseClick() публичный статический Метод

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.
Результат void