mirror of
https://github.com/sxyazi/yazi.git
synced 2024-12-18 14:21:32 +03:00
8 lines
104 B
Lua
8 lines
104 B
Lua
|
Root = {
|
||
|
drag_start = ui.Rect.default,
|
||
|
}
|
||
|
|
||
|
function Root:move(event) end
|
||
|
|
||
|
function Root:drag(event) end
|