Add mousegrabber and keygrabber isrunning luadoc

Signed-off-by: Sébastien Luttringer <seblu@seblu.net>
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Sébastien Luttringer 2012-08-11 23:55:26 +02:00 committed by Uli Schlachter
parent a6ae34d003
commit 4d5f001887
2 changed files with 12 additions and 0 deletions

View File

@ -34,3 +34,9 @@ module("keygrabber")
-- @param - -- @param -
-- @name stop -- @name stop
-- @class function -- @class function
--- Check if the keygrabber is running.
-- @param -
-- @return A boolean value, true if running, false otherwise.
-- @name isrunning
-- @class function

View File

@ -17,3 +17,9 @@ module("mousegrabber")
-- @param - -- @param -
-- @name stop -- @name stop
-- @class function -- @class function
--- Check if the mousegrabber is running.
-- @param -
-- @return A boolean value, true if running, false otherwise.
-- @name isrunning
-- @class function