littlekt
0.6.0
common
core
/
com.lehaine.littlekt.input.gesture
/
GestureProcessorBuilder
/
onPanHandle
on
Pan
Handle
fun
onPanHandle
(
action
:
(
screenX
:
Float
,
screenY
:
Float
,
dx
:
Float
,
dy
:
Float
)
->
Boolean
)
Need to specify if the event is handled.
See also
Gesture
Processor.
pan