Package: gdk
Function gdk:window-device-events
Lambda Listgdk:window-device-events (window device) ArgumentsDetails The gdk:window-device-events function returns the event mask for
the window corresponding to an specific device. The (setf gdk:window-device-events) function sets the event mask for a given
device. Normally a floating device, not attached to any visible pointer to the window. For example, an event mask including :button-press-mask means the window should report button press events. The event mask is the bitwise OR of values from the gdk:event-mask flags. | See also |
#2023-2-26