C# Class Gta5EyeTracking.ForegroundWindowWatcher

Inheritance: IDisposable, IForegroundWindowWatcher
Afficher le fichier Open project: alex8b/gta5eyetracking Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
ForegroundWindowWatcher ( ) : System
IsWindowForeground ( ) : bool
SetGameWindowHandle ( IntPtr handle ) : void

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ForegroundWindowWatcher() public méthode

public ForegroundWindowWatcher ( ) : System
Résultat System

IsWindowForeground() public méthode

public IsWindowForeground ( ) : bool
Résultat bool

SetGameWindowHandle() public méthode

public SetGameWindowHandle ( IntPtr handle ) : void
handle System.IntPtr
Résultat void