Package: gdk

Function gdk:device-axis-use

Lambda List

gdk:device-axis-use (device index)

Syntax

(gdk:device-axis-use device index) => use
(setf (gdk:device-axis-use device index) use)

Arguments

device -- a gdk:device pointer device
index -- an unsigned integer with the index of the axis
use -- a gdk:axis-use value specifying how the axis is used

Details

Accessor of the value specifying how the axis is used. The gdk:device-axis-use function returns the axis use for index. The (setf gdk:device-axis-use) function sets the axis use for index.
 

See also

2024-6-27