C# Class Duality.Launcher.NativeMethods

Afficher le fichier Open project: BraveSirAndrew/duality

Méthodes publiques

Méthode Description
GetCursorPos ( ) : Point
GetCursorPos ( int &x, int &y ) : bool

Private Methods

Méthode 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 méthode

public static GetCursorPos ( ) : Point
Résultat Point

GetCursorPos() public static méthode

public static GetCursorPos ( int &x, int &y ) : bool
x int
y int
Résultat bool