Hi Kassen, Thanks a lot for your answer. I looked at the help as you said, but I am not seeing any function that could help. I just found functions to handle key-press events.
I am missing something? -----Original Message----- From: Kassen [mailto:[email protected]] Sent: jueves, 07 de junio de 2012 13:06 To: Carlos Alegria Cc: 'Fluxus' Subject: Re: [Fluxus] Key events On Thu, Jun 07, 2012 at 12:57:21PM -0500, Carlos Alegria wrote: Hey Carlos, > Is there a way in fluxus to independently capture key events such as > key-press, key-down, key-up?, I am trying to implement a play/pause > button in an animation and could not find anything like this on the fluxus manual. > I am wondering if this needs to be done manually using (key-pressed) > function. Yes, there are quite a few, actually. if you type this; (help key) in the repl you get the names for all of them (as well as a few unrelated things). from there on you can use; (help foo) where "foo" is the name of the key-related function you are interested in. Hope that helps, Kas.
