mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Added screen_x and screen_y to the Drag component
This commit is contained in:
@@ -394,6 +394,8 @@ function druid__data_list.set_data(self, data) end
|
||||
---@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
|
||||
|
Reference in New Issue
Block a user