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.
