C# 클래스 ACManager.Simulate

Class to be used for simulating any user input not able to be implemented through Decal itself.
파일 보기 프로젝트 열기: patri0t86/ACManager

공개 메소드들

메소드 설명
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