In the PopupMenu specification, we state that for mouse events, we will
provide a POPUP_TRIGGER flag that will be turned on if the particular mouse
event is one which invokes popup menus on a given platform (the event
varies from platform to platform, which is why the flag is necessary).
Unfortunately this flag is not present in Event or MouseEvent currently and
needs to be added.
provide a POPUP_TRIGGER flag that will be turned on if the particular mouse
event is one which invokes popup menus on a given platform (the event
varies from platform to platform, which is why the flag is necessary).
Unfortunately this flag is not present in Event or MouseEvent currently and
needs to be added.