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

indexOfLastPressed

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

indexOfLastPressed

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

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

indexOfLastPressed

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

Last updated: