[secs, keyCode, deltaSecs] =
KbReleaseWait([deviceNumber], [more optional args for
KbWait]);
KbReleaseWait waits until all keys on the keyboard are released.
This is a convenience wrapper, doing the same thing as
KbWait(deviceNumber, 1, ...); so read "help
KbWait" for details about
operation and returned values.
You'll typically use this function to make sure that all keys are idle
before you start some new trial that collects keyboard responses, after
you've used
KbCheck,
KbWait or
KbPressWait for collecting a response. A
different approach is to use
KbStrokeWait.
See also:
KbPressWait,
KbReleaseWait,
KbWait,
KbCheck,
KbStrokeWait.
Psychtoolbox/PsychBasic/KbReleaseWait.m