Skip to main content

Variable: cursorValueTypes

const cursorValueTypes: object

Defined in: input/constants/cursor-value-type.ts:2

Defines the types of axis measurements available for input axes.

Type declaration

absolute

readonly absolute: "absolute" = 'absolute'

The axis value is an absolute measurement.

ratio

readonly ratio: "ratio" = 'ratio'

The axis value is a measurement relative to the width of the screen