InputToolType



The type of input tool used in producing androidx.ink.strokes.StrokeInput, used by BrushBehavior to define when a behavior is applicable.

Summary

Public companion properties

InputToolType
android
InputToolType
android
InputToolType
android
InputToolType
android

Public functions

open operator Boolean
equals(other: Any?)
android
open Int
android
open String
android

Public companion properties

MOUSE

val MOUSEInputToolType

STYLUS

val STYLUSInputToolType

TOUCH

val TOUCHInputToolType

UNKNOWN

val UNKNOWNInputToolType

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String