We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e603ccb commit 661c536Copy full SHA for 661c536
cleanUp.m
@@ -16,13 +16,18 @@ function cleanUp()
16
% Screen Close All
17
sca;
18
19
+ % % Shut down connection with Eyelink
20
+ if cfg.eyeTracker.do
21
+ Eyelink('shutdown');
22
+ end
23
+
24
% Close Psychportaudio if open
25
if PsychPortAudio('GetOpenDeviceCount') ~= 0
26
PsychPortAudio('Close');
27
end
28
29
if ~ismac
- % remove PsychDebugWindowConfiguration
30
+ % Remove PsychDebugWindowConfiguration
31
clear Screen;
32
33
0 commit comments