Update docs

This commit is contained in:
Insality
2024-08-27 17:16:33 +03:00
parent 731e5f6627
commit 7f90ae99e6
9 changed files with 148 additions and 22 deletions

View File

@@ -390,12 +390,12 @@ function druid__data_list.set_data(self, data) end
---@field on_drag_start druid.event Event on drag start callback(self, touch)
---@field on_touch_end druid.event Event on touch end callback(self)
---@field on_touch_start druid.event Event on touch start callback(self)
---@field screen_x number Current touch x screen position
---@field screen_y number Current touch y screen position
---@field style druid.drag.style Component style params.
---@field touch_start_pos vector3 Touch start position
---@field x number Current touch x position
---@field y number Current touch y position
---@field screen_x number Current touch x screen position
---@field screen_y number Current touch y screen position
local druid__drag = {}
--- The @{Drag} constructor