From inside an mxj object, is there any way to determine whether any mouse buttons are currently pressed?
I know that in a Max patch this data can be gathered from a [mousestate] object. I'd like to do the same sort of thing, but from within my Java code.
Any ideas?
After many hours of searching, I couldn't figure out any way to get at the mouse state data from within the mxj object. I'm not sure it's possible. I ended up working out a clunky solution using [mousestate] instead.