Document mouse.coords().buttons

This fixes issue #280 as well, just as the previous commit does, because it was
decided that that issue should be about two different things.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2015-07-05 16:21:30 +02:00
parent 18f6ab107f
commit 34c059bf23

View file

@ -42,6 +42,8 @@
/** A table with X and Y coordinates.
* @field x X coordinate.
* @field y Y coordinate.
* @field buttons Table containing the status of buttons, e.g. field [1] is true
* when button 1 is pressed.
* @table coords_table
*/