C# Class Duality.Launcher.NativeMethods

Exibir arquivo Open project: BraveSirAndrew/duality

Public Methods

Method Description
GetCursorPos ( ) : Point
GetCursorPos ( int &x, int &y ) : bool

Private Methods

Method Description
AllocConsole ( ) : Int32
GetCursorPos ( Point &lpPoint ) : bool
MessageBox ( IntPtr hWnd, String text, String caption, int options ) : MessageBoxResult
SetCursorPos ( int X, int Y ) : bool

Method Details

GetCursorPos() public static method

public static GetCursorPos ( ) : Point
return Point

GetCursorPos() public static method

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