Rachel
Toggle table of contents
3.5.0
desktop
Target filter
desktop
Switch theme
Search in API
Skip to content
Rachel
love.yinlin.compose.ui
/
love.yinlin.compose.ui.window
/
DragArea
Drag
Area
desktop
@
Composable
fun
WindowScope
.
DragArea
(
enabled
:
Boolean
=
true
,
onLongClick
:
(
Offset
)
->
Unit
?
=
null
,
onDoubleClick
:
(
Offset
)
->
Unit
?
=
null
,
content
:
@
Composable
(
)
->
Unit
)