ProjectedInputEvent


@ExperimentalProjectedApi
public final class ProjectedInputEvent


Represents an input event for a projected device.

Summary

Nested types

Supported Projected input actions.

Public methods

boolean
equals(Object other)
final @NonNull ProjectedInputEvent.ProjectedInputAction

The action of this input event.

int
@NonNull String

Public methods

equals

public boolean equals(Object other)

getInputAction

Added in 1.0.0-alpha03
public final @NonNull ProjectedInputEvent.ProjectedInputAction getInputAction()

The action of this input event.

hashCode

public int hashCode()

toString

public @NonNull String toString()