File: WAITFORBUTTONPRESS.m

package info (click to toggle)
scilab 5.3.3-10
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 330,656 kB
file content (12 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
% Test file for function waitforbuttonpress()
% Copyright INRIA
% Matlab version: 6.5.1.199709 (R13) Service Pack 1
% V.C.

w=waitforbuttonpress

if w==0
  disp('Button press')
else
    disp('Key press')
end