AxisUse

Defines how device axes are interpreted by GTK.

Note that the X and Y axes are not really needed; pointer devices report their location via the x/y members of events regardless. Whether X and Y are present as axes depends on the GDK backend.

Entries

Link copied to clipboard

the axis is ignored.

Link copied to clipboard

the axis is used as the x axis.

Link copied to clipboard

the axis is used as the y axis.

Link copied to clipboard

the axis is used as the scroll x delta

Link copied to clipboard

the axis is used as the scroll y delta

Link copied to clipboard

the axis is used for pressure information.

Link copied to clipboard

the axis is used for x tilt information.

Link copied to clipboard

the axis is used for y tilt information.

Link copied to clipboard

the axis is used for wheel information.

Link copied to clipboard

the axis is used for pen/tablet distance information

Link copied to clipboard

the axis is used for pen rotation information

Link copied to clipboard

the axis is used for pen slider information

Link copied to clipboard

a constant equal to the numerically highest axis value.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val nativeValue: <Error class: unknown class>
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): AxisUse

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.