C# Class Gta5EyeTracking.ForegroundWindowWatcher

Inheritance: IDisposable, IForegroundWindowWatcher
Exibir arquivo Open project: alex8b/gta5eyetracking Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ForegroundWindowWatcher ( ) : System
IsWindowForeground ( ) : bool
SetGameWindowHandle ( IntPtr handle ) : void

Private Methods

Method Description
PublishWindowChangeEvent ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ForegroundWindowWatcher() public method

public ForegroundWindowWatcher ( ) : System
return System

IsWindowForeground() public method

public IsWindowForeground ( ) : bool
return bool

SetGameWindowHandle() public method

public SetGameWindowHandle ( IntPtr handle ) : void
handle System.IntPtr
return void