THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
The following task has a new comment added:
FS#1211 - Support touchscreen
User who did this - Uli Schlachter (psychon)
----------
> Well, the status quo of the API is that the mousegrabber sends the state of
> only one button to lua upon button events.
What do you mean? I added the following code at the end of the config and it
happily printed information about any button, not just one.
local t = timer({timeout = 5})
t:connect_signal("timeout", function()
t:stop()
mousegrabber.run(function (_mouse)
gears.debug.dump(_mouse)
return true
end, "fleur")
end)
t:start()
----------
More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1211#comment3818
You are receiving this message because you have requested it from the Flyspray
bugtracking system. If you did not expect this message or don't want to
receive mails in future, you can change your notification settings at the URL
shown above.
--
To unsubscribe, send mail to [email protected].