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 a410e6f commit 6dc9542Copy full SHA for 6dc9542
src/waitForTrigger.m
@@ -43,12 +43,6 @@ function waitForTrigger(varargin)
43
44
keyCode = []; %#ok<NASGU>
45
46
- % Check that all buuton are released
47
- % isDown = KbCheck;
48
- % while isDown
49
50
- % end
51
-
52
[~, ~, keyCode] = KbCheck(deviceNumber);
53
54
if strcmp(KbName(keyCode), cfg.mri.triggerKey)
0 commit comments