onPointerDown

@Composable
abstract fun onPointerDown(listener: (PointerEvent) -> Unit): Int(source)

Add pointer down event listener (composable).