and widgets can't use the pointer hovering them for any essential functionality.
Settings.gtkTouchscreenMode
bool gtkTouchscreenMode() @propertyGet gtkTouchscreenMode property.
Returns
When true, there are no motion notify events delivered on this screen,
Deprecated
Generally, the behavior for touchscreen input should be
performed dynamically based on [gdk.event.Event.getSourceDevice].
void gtkTouchscreenMode(bool propval) @propertySet gtkTouchscreenMode property.
Parameters
propval | When true, there are no motion notify events delivered on this screen, and widgets can't use the pointer hovering them for any essential functionality. |
Deprecated
Generally, the behavior for touchscreen input should be
performed dynamically based on [gdk.event.Event.getSourceDevice].