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:
parent
18f6ab107f
commit
34c059bf23
2
mouse.c
2
mouse.c
|
@ -42,6 +42,8 @@
|
||||||
/** A table with X and Y coordinates.
|
/** A table with X and Y coordinates.
|
||||||
* @field x X coordinate.
|
* @field x X coordinate.
|
||||||
* @field y Y 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
|
* @table coords_table
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue