This commit is contained in:
Insality
2025-03-05 21:28:56 +02:00
parent 94d1d64dc3
commit 2c2789f1f9
8 changed files with 121 additions and 190 deletions

View File

@@ -16,7 +16,6 @@ local component = require("druid.component")
---@field on_mouse_hover fun(self, node, hover_state)|nil
---@field on_set_enabled fun(self, node, enabled_state)|nil
---Clickable node with various interaction callbacks
---@class druid.button: druid.component
---@field on_click event function(self, custom_args, button_instance)