Gta5EyeTracking.ForegroundWindowWatcher.SetGameWindowHandle C# (CSharp) Méthode

SetGameWindowHandle() public méthode

public SetGameWindowHandle ( IntPtr handle ) : void
handle System.IntPtr
Résultat void
        public void SetGameWindowHandle(IntPtr handle)
        {
			_gameWindowHandle = handle;
        }