C# 클래스 Gta5EyeTracking.ForegroundWindowWatcher

상속: IDisposable, IForegroundWindowWatcher
파일 보기 프로젝트 열기: alex8b/gta5eyetracking 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ForegroundWindowWatcher ( ) : System
IsWindowForeground ( ) : bool
SetGameWindowHandle ( IntPtr handle ) : void

비공개 메소드들

메소드 설명
PublishWindowChangeEvent ( IntPtr hWinEventHook, uint eventType, IntPtr hwnd, int idObject, int idChild, uint dwEventThread, uint dwmsEventTime ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ForegroundWindowWatcher() 공개 메소드

public ForegroundWindowWatcher ( ) : System
리턴 System

IsWindowForeground() 공개 메소드

public IsWindowForeground ( ) : bool
리턴 bool

SetGameWindowHandle() 공개 메소드

public SetGameWindowHandle ( IntPtr handle ) : void
handle System.IntPtr
리턴 void