Package: gtk

Accessor gtk:settings-gtk-touchscreen-mode

Lambda List

gtk:settings-gtk-touchscreen-mode (object)

Syntax

(gtk:settings-gtk-touchscreen-mode object) => setting
(setf (gtk:settings-gtk-touchscreen-mode object) setting)

Arguments

object -- a gtk:settings object
setting -- a boolean whether motion notify events are delivered on this screen

Details

Accessor of the gtk-touchscreen-mode slot of the gtk:settings class. When true, there are no motion notify events delivered on this screen, and widgets cannot use the pointer hovering them for any essential functionality.

Warning

The gtk-touchscreen-mode property is deprecated since version 3.4 and should not be used in newly written code. Generally the behavior touchscreen input should be performed dynamically based on the gdk:event-source-device function.
 

See also

2023-3-7