mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Update docs, updated ldoc generated files
This commit is contained in:
@@ -17,6 +17,9 @@ local component = require("druid.component")
|
||||
local M = component.create("blocker", { const.ON_INPUT_HIGH })
|
||||
|
||||
|
||||
--- Component init function
|
||||
-- @function blocker:init
|
||||
-- @tparam node node Gui node
|
||||
function M.init(self, node)
|
||||
self.node = self:get_node(node)
|
||||
|
||||
|
@@ -72,7 +72,7 @@ end
|
||||
|
||||
--- Strict button click area. Useful for
|
||||
-- no click events outside stencil node
|
||||
-- @function button:set_click_zone
|
||||
-- @function hover:set_click_zone
|
||||
-- @tparam node zone Gui node
|
||||
function M.set_click_zone(self, zone)
|
||||
self.click_zone = self:get_node(zone)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
--- Druid input text component.
|
||||
-- Carry on user text input
|
||||
-- @local unimplemented
|
||||
-- UNIMPLEMENTED
|
||||
-- @module druid.input
|
||||
|
||||
local component = require("druid.component")
|
||||
|
@@ -1,7 +1,7 @@
|
||||
--- Druid UI Library.
|
||||
-- Powerful Defold component based UI library. Use standart
|
||||
-- components or make your own game-specific to make amazing
|
||||
-- GUI in your games.
|
||||
-- components or make your own game-specific components to
|
||||
-- make amazing GUI in your games.
|
||||
--
|
||||
-- Contains the several basic components and examples
|
||||
-- to how to do your custom complex components to
|
||||
|
Reference in New Issue
Block a user