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 function gdk-window-support-multidevice returns true if the window is aware of the existence of multiple devices. The function (setf gdk-window-support-multidevice) 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

2020-9-18