mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -40,7 +40,7 @@ local helper = require("druid.helper")
|
||||
local const = require("druid.const")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Slider = component.create("slider", { component.ON_INPUT, component.ON_LAYOUT_CHANGE }, const.PRIORITY_INPUT_HIGH)
|
||||
local Slider = component.create("slider", const.PRIORITY_INPUT_HIGH)
|
||||
|
||||
|
||||
local function on_change_value(self)
|
||||
|
Reference in New Issue
Block a user