2 -- @author Julien Danjou <julien@danjou.info>
3 -- @copyright 2008-2009 Julien Danjou
7 -- @field coords Mouse coordinates.
8 -- @field screen Mouse screen number.
12 --- Get or set the mouse coords.
13 -- @param coords_table None or a table with x and y keys as mouse coordinates.
14 -- @return A table with mouse coordinates.
18 --- Get the client or any object which is under the pointer.
20 -- @return A client or nil.
21 -- @name object_under_pointer