littlekt
0.6.0
common
core
/
com.lehaine.littlekt.input.gesture
/
GestureProcessorBuilder
/
onTapHandle
on
Tap
Handle
fun
onTapHandle
(
action
:
(
screenX
:
Float
,
screenY
:
Float
,
count
:
Int
,
pointer
:
Pointer
)
->
Boolean
)
Need to specify if the event is handled.
See also
Gesture
Processor.
tap