toggle menu
Scale
1.1.0-alpha.5
androidJvm
switch theme
search in API
scale-zoomable-view
/
com.jvziyaoyao.scale.zoomable.zoomable
/
ZoomableGestureScope
Zoomable
Gesture
Scope
class
ZoomableGestureScope
(
var
onTap
:
(
Offset
)
->
Unit
=
{}
,
var
onDoubleTap
:
(
Offset
)
->
Unit
=
{}
,
var
onLongPress
:
(
Offset
)
->
Unit
=
{}
)
ZoomableView手势对象
Members
Constructors
Zoomable
Gesture
Scope
Link copied to clipboard
constructor
(
onTap
:
(
Offset
)
->
Unit
=
{}
,
onDoubleTap
:
(
Offset
)
->
Unit
=
{}
,
onLongPress
:
(
Offset
)
->
Unit
=
{}
)
Properties
on
Double
Tap
Link copied to clipboard
var
onDoubleTap
:
(
Offset
)
->
Unit
双击事件
on
Long
Press
Link copied to clipboard
var
onLongPress
:
(
Offset
)
->
Unit
长按事件
on
Tap
Link copied to clipboard
var
onTap
:
(
Offset
)
->
Unit
点击事件