mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
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
1 changed files with 2 additions and 0 deletions
2
mouse.c
2
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
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue