C# 클래스 Duality.Launcher.NativeMethods

파일 보기 프로젝트 열기: BraveSirAndrew/duality

공개 메소드들

메소드 설명
GetCursorPos ( ) : Point
GetCursorPos ( int &x, int &y ) : bool

비공개 메소드들

메소드 설명
AllocConsole ( ) : Int32
GetCursorPos ( Point &lpPoint ) : bool
MessageBox ( IntPtr hWnd, String text, String caption, int options ) : MessageBoxResult
SetCursorPos ( int X, int Y ) : bool

메소드 상세

GetCursorPos() 공개 정적인 메소드

public static GetCursorPos ( ) : Point
리턴 Point

GetCursorPos() 공개 정적인 메소드

public static GetCursorPos ( int &x, int &y ) : bool
x int
y int
리턴 bool