Mouse Double-Click Event
Description
For BBj-specific information, see Mouse Double-Click Event - BBj.
The user double-clicked the mouse button identified in the id field of the event template. If the Shift or Ctrl key was also pressed when the mouse button was double-clicked, it is identified in the flags field.
| Mandatory/Optional | Optional |
|---|---|
|
Event Mask Bit |
$00000200$ |
Event Template
context:u(2),code:c(1),id:u(2),flags:u(1),x:u(2),y:u(2)
| Field | Description | ||||||
|---|---|---|---|---|---|---|---|
| context | Current window | ||||||
| code | 2 | ||||||
| id |
Mouse button:
|
||||||
| flags |
Key pressed:
|
||||||
| x | Horizontal pixel location of the mouse click. | ||||||
| y | Vertical pixel location of the mouse click. |