improve explanation for buttons

This commit is contained in:
Kartik K. Agaram 2022-08-23 09:44:16 -07:00
parent aadc50f3b6
commit ce79623231
1 changed files with 4 additions and 1 deletions

View File

@ -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 = {}