diff --git a/button.lua b/button.lua index 66a2c00..4cafc86 100644 --- a/button.lua +++ b/button.lua @@ -1,4 +1,7 @@ --- simple immediate-mode buttons +-- Simple immediate-mode buttons with (currently) just an onpress1 handler for +-- the left button. +-- If the handler returns true, it'll prevent any further processing of the +-- event. Button_handlers = {}