mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
#108 Move component interests const from const.lua to component.lua
This commit is contained in:
@@ -48,7 +48,7 @@ local const = require("druid.const")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Drag = component.create("drag", { const.ON_INPUT_HIGH })
|
||||
local Drag = component.create("drag", { component.ON_INPUT_HIGH })
|
||||
|
||||
|
||||
local function start_touch(self, touch)
|
||||
|
Reference in New Issue
Block a user