From 34c059bf23ffd2b7bef110a39937b3f85228c4e4 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sun, 5 Jul 2015 16:21:30 +0200 Subject: [PATCH] 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 --- mouse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mouse.c b/mouse.c index 0d876d1c0..a61d69015 100644 --- a/mouse.c +++ b/mouse.c @@ -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 */