C# Class DamageMeter.TeraWindow

Mostra file Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
IsMeterActive ( ) : bool
IsTeraActive ( ) : bool
SendString ( string s ) : bool

Private Methods

Method Description
FindTeraWindow ( ) : IntPtr
FindWindow ( string lpClassName, string lpWindowName ) : IntPtr
GetForegroundWindow ( ) : IntPtr
NewLine ( IntPtr hWnd ) : void
PostMessage ( IntPtr hWnd, uint msg, int wParam, int lParam ) : bool
SendString ( IntPtr hWnd, string s ) : void

Method Details

IsMeterActive() public static method

public static IsMeterActive ( ) : bool
return bool

IsTeraActive() public static method

public static IsTeraActive ( ) : bool
return bool

SendString() public static method

public static SendString ( string s ) : bool
s string
return bool