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 Eraser: PointerType

An eraser or an inverted stylus.

Mouse

val Mouse: PointerType

A mouse pointer.

Stylus

val Stylus: PointerType

A stylus.

Touch

val Touch: PointerType

Touch (finger) input.

Unknown

val Unknown: PointerType

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

Public functions

toString

open fun toString(): String