mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Solve #199 Add input consume flag while input is selected. With false value it's allow to interact with other input components while input is selected (current input will be unselected if this case)
This commit is contained in:
@@ -113,6 +113,7 @@ M["input"] = {
|
||||
BUTTON_SELECT_INCREASE = 1.06,
|
||||
MASK_DEFAULT_CHAR = "*",
|
||||
IS_UNSELECT_ON_RESELECT = false,
|
||||
IS_CONSUME_INPUT_WHILE_SELECTED = true,
|
||||
|
||||
on_select = function(self, button_node)
|
||||
local target_scale = self.button.start_scale
|
||||
|
Reference in New Issue
Block a user