toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
DragListener
Drag
Listener
fun
interface
DragListener
<
in
T
:
Any
>
Members
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
event
:
PointerEvent
,
from
:
ViewPoint
<
T
>
,
to
:
ViewPoint
<
T
>
)