Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

indexOfFirstPressed

Returns the index of first button pressed as used in isPressed or -1 if no button is pressed.

indexOfFirstPressed

Source set: Common
expect fun PointerButtons.indexOfFirstPressed(): Int

Returns the index of first button pressed as used in isPressed or -1 if no button is pressed.

indexOfFirstPressed

Source set: Android
actual fun PointerButtons.indexOfFirstPressed(): Int

Last updated: