Package: gdk

Function gdk:window-support-multidevice

Lambda List

gdk:window-support-multidevice (window)

Syntax

(gdk:window-support-multidevice window) => support-multidevice
(setf (gdk:window-support-multidevice window) support-multidevice)

Arguments

window -- a gdk:window object
support-multidevice -- true to enable multidevice support in window

Details

The gdk:window-support-multidevice function returns true if the window is aware of the existence of multiple devices. The (setf gdk:window-support-multidevice) function will enable multidevice features in window.

Multidevice aware windows will need to handle properly multiple, per device enter/leave events, device grabs and grab ownerships.
 

See also

#2023-2-26