PsychHID(‘KbQueueStop’)

Psychtoolbox>PsychHID.{mex*} subfunction

PsychHID(‘KbQueueStop’ [, deviceIndex])

Stops input event collection by a queue.
PsychHID(‘KbQueueCreate’) must be called before calling this function.
The optional ‘deviceIndex’ is the index of the HID input device whose queue
should be stopped. If omitted, the queue of the default device will be stopped.

###See also: KbQueueCreate, KbQueueStart, KbQueueCheck, KbQueueFlush, KbQueueRelease