🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

isPressed

isPressed

Source set: Android
public fun PointerButtons.isPressed(buttonIndex: Int): Boolean

isPressed

Source set: Common
public fun PointerButtons.isPressed(buttonIndex: Int): Boolean

Returns true when the button at buttonIndex is pressed and false when it isn't pressed. This method can handle buttons that haven't been assigned a designated purpose like isPrimaryPressed and isSecondaryPressed.