ID:98931
 
Redundant
Applies to:DM Language
Status: Redundant

This feature has already been implemented, or is already achievable with existing methods.
Well, I was working on a painting type thing, and a friend suggested that I have a 2 color thing, one color for left mouse and one for right mouse. I instantly replied I like the idea...but then remembered right mouse events are not supported. So I told him I couldn't. Then he suggest, well what about Shift + Click... and again I told him I couldn't do that either... well not as a direct macro anyways It is possible in combination of Shift (Down) and Shift(Up) but my point is, we should have more mouse interactions and such.. Like instead of right mouse button instantly popping up a menu.. let us override it with things such as rClick() or rDrag() or etc..
Right-clicks are supported. There's a client var to turn off popups, or IIRC there's also a skin feature for this as well.
Hmm, would the right-drag be considered a bug then? since it does not list left=1 or right=1?