mouse button detect
-
Is there any way to detect a simple mouse button click? The stage mouse watcher does this but only if the mouse is on the stage. We're using a mouse button for simple viewer interaction when the cursor position could be anywhere on the screen. Any suggestions?
thanks.
-
Hi,
You can use the HID Value Listener actor. First, you have to activate the device in Stream setup, in Communications. Instead of Open Sound Control you select HID and deselect Ignore Mouse.
-
@jandraka
Not all mice are HID. So this may work if you have a HID mouse. -
fabulous, that worked!
thanks