mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Update Rich Input with selection/arrows control. Add template and nodes to self:get_druid
This commit is contained in:
@@ -115,11 +115,10 @@ M["swipe"] = {
|
||||
|
||||
|
||||
M["input"] = {
|
||||
IS_LONGTAP_ERASE = true,
|
||||
BUTTON_SELECT_INCREASE = 1.06,
|
||||
IS_LONGTAP_ERASE = false,
|
||||
BUTTON_SELECT_INCREASE = 1.08,
|
||||
MASK_DEFAULT_CHAR = "*",
|
||||
IS_UNSELECT_ON_RESELECT = false,
|
||||
NO_CONSUME_INPUT_WHILE_SELECTED = false,
|
||||
|
||||
on_select = function(self, button_node)
|
||||
local target_scale = self.button.start_scale
|
||||
|
Reference in New Issue
Block a user