protected override void OnExit(ExitEventArgs e) { TobiiHost.onExit(); base.OnExit(e); }
private IRegisterGazeFocusable GazeFocusHandler() { return((IRegisterGazeFocusable)TobiiHost.GetInstance().GazeFocus); }
protected override void OnStartup(StartupEventArgs e) { TobiiHost.onStart(); }