How determine if a key is pressed

61 次查看(过去 30 天)
Arabarra
Arabarra 2020-3-12
Hi,
is there a system-portable way to determine if a given key is pressed?
I found this:
but it only works for windows....
cheers,
Daniel

回答(1 个)

Walter Roberson
Walter Roberson 2020-3-12
编辑:Walter Roberson 2020-11-16
Depends what you mean and what you are willing to live with.
For regular keys and you are willing to have a figure covering the display then WindowKeyPressFcn callback and test the event structure.
If you need the check to work without a figure then see:
There might also be Java approaches.
The psychtoolbox functions are more complete and robust and better suited for timing.

类别

Help CenterFile Exchange 中查找有关 Timing and presenting 2D and 3D stimuli 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by