Despite my extensive research on the Internet, I was unable to find any examples. Interestingly, Vue only supports right and left clicks separately which I find peculiar as it seems like a basic task that can easily be accomplished with plain Javascript.
My specific requirement is to trigger an event only when both mouse buttons are pressed simultaneously, without triggering any events for each individual mouse button - do you think this is achievable in Vue?