isPopupTrigger

On Windows, a popup trigger is when the secondary mouse button is PRESSED, and on all other platforms, it is when the secondary mouse button is RELEASED.

To make use of this, you would need to add this test to MOUSE_PRESSED and MOUSE_RELEASED event handlers. This is a PITA, it is much easier to use Node.onPopupTrigger instead.