Actions
Feature #5223
openAdd $devent identifier to support 'mclick' and 'rclick' mouse events
Start date:
02/04/2021
Due date:
% Done:
0%
Estimated time:
Operative System:
All
Description
Hello,
It would be very good for AdiIRC to be able to catch when right click used on the dialog and fill the $devent identifier with RCLICK , the same with medium (wheel) click to fill with MCLICK
Example Code:
ON *:DIALOG:name:*:*: { if ($devent == sclick) { echo -a You LEFT click! } if ($devent == rclick) { echo -a You RIGHT click! } ; <--- if ($devent == mclick) { echo -a You MIDDLE click! } ; <--- }
- Thanks!
Actions