view listeningTest/multiComp/TpushKey.m @ 7:d113f0626fe3

Ignores for personal work, minor bug fixes.
author Brecht De Man <b.deman@qmul.ac.uk>
date Mon, 24 Nov 2014 21:00:41 +0000
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