PointerType


The device type that produces a PointerInputChange, such as a mouse or stylus.

Summary

Public companion properties

PointerType

An eraser or an inverted stylus.

Cmn
PointerType

A mouse pointer.

Cmn
PointerType

A stylus.

Cmn
PointerType

Touch (finger) input.

Cmn
PointerType

An unknown device type or the device type isn't relevant.

Cmn

Public functions

open String
Cmn

Public companion properties

Eraser

val EraserPointerType

An eraser or an inverted stylus.

Mouse

val MousePointerType

A mouse pointer.

Stylus

val StylusPointerType

A stylus.

Touch

val TouchPointerType

Touch (finger) input.

Unknown

val UnknownPointerType

An unknown device type or the device type isn't relevant.

Public functions

toString

open fun toString(): String