From 07e2b7b897b087b187f6f74e765fd3ba100ec96f Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 12 May 2022 08:27:41 -0700 Subject: fix a typo --- button.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'button.lua') diff --git a/button.lua b/button.lua index c495b5f..10f32ff 100644 --- a/button.lua +++ b/button.lua @@ -9,7 +9,7 @@ function button(name, params) end -- process button event handlers -function propagate_to_button_handers(x, y, button) +function propagate_to_button_handlers(x, y, button) for _,ev in ipairs(button_handlers) do if x>ev.x and xev.y and y