Package: gdk

Accessor gdk:device-has-cursor

Lambda List

gdk:device-has-cursor (object)

Syntax

(gdk:device-has-cursor object) => has-cursor
(setf (gdk:device-has-cursor object) has-cursor)

Arguments

object -- a gdk:device object
has-cursor -- a boolean whether the device is represented by a cursor on the screen

Details

Accessor of the has-cursor slot of the gdk:device class. The gdk:device-has-cursor function returns true if the pointer follows device motion.
 

See also

2024-6-27