Has anybody got a way to detect right clicking on objects ?
Listen for mouse events and look for:
"isSecondaryButtonDown": true,
What about thumbwheel type interaction support ?
Use the scrollX and scrollY values in the mouse event. You have to call system.activate(“mouse”) to enable these events.
Listen for mouse events and look for:
"isSecondaryButtonDown": true,
What about thumbwheel type interaction support ?
Use the scrollX and scrollY values in the mouse event. You have to call system.activate(“mouse”) to enable these events.