Project

General

Profile

Actions

Feature #5223

open

Add $devent identifier to support 'mclick' and 'rclick' mouse events

Added by westor (GR) about 3 years ago. Updated about 3 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
Scripting
Target version:
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

Also available in: Atom PDF