toggle menu
maps-kt
0.3.1-dev
common
switch theme
search in API
maps-kt-features
/
space.kscience.maps.features
/
DragHandle
Drag
Handle
fun
interface
DragHandle
<
T
:
Any
>
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
handle
Link copied to clipboard
abstract
fun
handle
(
event
:
PointerEvent
,
start
:
ViewPoint
<
T
>
,
end
:
ViewPoint
<
T
>
)
:
DragResult
<
T
>