Mercurial > hg > ape
view listeningTest/multiComp/TpushKey.m @ 15:24be5e9ce25b tip
Update README
author | Brecht De Man <brecht.deman@bcu.ac.uk> |
---|---|
date | Thu, 20 Sep 2018 12:23:20 +0200 |
parents | 4fd284285159 |
children |
line wrap: on
line source
function TpushKey(hfig) dat=get(hfig,'userdata'); cobj=get(hfig,'currentObject'); ckey=get(hfig,'currentcharacter'); switch ckey case ' ' set(dat.hIcon,'backgroundcolor',[.6 .9 .6]); wavplay(0) end