summaryrefslogtreecommitdiff
path: root/xmake/core/ui/action.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2020-11-21 00:48:31 +0800
committerruki <[email protected]>2020-11-21 00:48:31 +0800
commit6aa64df1ce672b5d2cd37707d5673089c0a33e3f (patch)
tree41f213925bfe1e7f6d489a5da052bf08aa174c7e /xmake/core/ui/action.lua
parent96ce788dce7a63ab62c47750214f355c9c2eeced (diff)
support mouse for menuconf
Diffstat (limited to 'xmake/core/ui/action.lua')
-rw-r--r--xmake/core/ui/action.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/core/ui/action.lua b/xmake/core/ui/action.lua
index cec30a2f4..f3bb87c7e 100644
--- a/xmake/core/ui/action.lua
+++ b/xmake/core/ui/action.lua
@@ -40,6 +40,7 @@ end
action:register("ac_max",
"ac_on_text_changed",
"ac_on_selected",
+ "ac_on_clicked",
"ac_on_resized",
"ac_on_enter",
"ac_on_load",