CH = getkeywait(P) waits for a keypress for a maximum of P seconds. P
should be a positive number. CH is a double representing the key
pressed key as an ascii number, including backspace (8), space (32),
enter (13), etc. If a non-ascii key (Ctrl, Alt, etc.) is pressed, CH
will be NaN. If no key is pressed within P seconds, -1 is returned,
and if something went wrong during excution 0 is returned.
Without argument, getkeywait waits until a key is pressed.
[CH, RT] = getkeywait(..) returns the response time in seconds in RT.
Example:
disp('Press a key within 5 seconds') ;
[CH, DT] = getkeywait(5)
See also input, ginput, waitbar, msgbox
getkey (file Exchange)
Authors note: This file was created in 2005 and is still working ;-)
引用格式
Jos (10584) (2024). getkeywait (https://www.mathworks.com/matlabcentral/fileexchange/8297-getkeywait), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!