Add rich input component and example

This commit is contained in:
Insality
2022-03-08 21:31:44 +02:00
parent 81c8e4aa00
commit 2e9ab69001
6 changed files with 978 additions and 3 deletions

View File

@@ -137,7 +137,7 @@ end
--- Add new node to the grid
-- @tparam DynamicGrid self @{DynamicGrid}
-- @tparam node node Gui node
-- @tparam node node Gui node
-- @tparam[opt] number index The node position. By default add as last node
-- @tparam[opt=SHIFT.RIGHT] number shift_policy How shift nodes, if required. See const.SHIFT
-- @tparam[opt=false] boolean is_instant If true, update node positions instantly