InputEvent

abstract class InputEvent : Event<View>

Inheritors

Properties

Link copied to clipboard

Inherited properties

Link copied to clipboard

Indicates whether the event has been consumed.

Link copied to clipboard

Functions

Link copied to clipboard
operator fun contains(modifier: SystemInputEvent.Modifier): Boolean
operator fun contains(modifiers: Set<SystemInputEvent.Modifier>): Boolean

Inherited functions

Link copied to clipboard
fun consume()

Sets an event's state to consumed. Consuming an event prevents other listeners and the OS from handling it.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String