about summary refs log tree commit diff stats
path: root/button.lua
diff options
context:
space:
mode:
Diffstat (limited to 'button.lua')
-rw-r--r--button.lua5
1 files changed, 4 insertions, 1 deletions
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 = {}