1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

core: add incomplete mouse events "event-down" and "event-drag" (task #11840)

This commit is contained in:
Ailin Nemui
2012-11-02 17:26:52 +01:00
committed by Sebastien Helleu
parent 4d436e3ac6
commit 8b52fc90d5
8 changed files with 97 additions and 15 deletions
+12
View File
@@ -1126,11 +1126,23 @@ Elenco di azioni (solo per i pulsanti, non la rotellina):
| gesture-right-long | ≥ 40
|========================================
// TRANSLATION MISSING
List of incomplete events (only for buttons, useful for plugins/scripts):
[width="50%",cols="3m,4",options="header"]
|========================================
| Event | Description
| event-down | button was pressed but not released yet
| event-drag | mouse was moved with button pressed down
|========================================
Esempio di eventi:
* `button1`
* `ctrl-button1`
* `button1-gesture-right`
* `button1-event-down`
* `button1-event-drag`
* `alt-button2-gesture-down-long`
* `wheelup`
* `ctrl-alt-wheeldown`