Hello there! I checked documentation and reference, and haven't found any natural way to implement mouse event handler. Fluxus manual suggests to handle it in every-frame loop using states of (mouse-button). I thinks it's possible to get the switch moment keeping the state from prevous frame, but it will definitely skip short touches (with apple's trackpad for example).
Is there any simple way to write the callback for exact events like button-down/button-up? -- Kind regards, Ivan Youroff
