Settings.gtkTouchscreenMode

Get gtkTouchscreenMode property.

More...
  1. bool gtkTouchscreenMode [@property getter]
    class Settings
    @property
    bool
    gtkTouchscreenMode
    ()
  2. bool gtkTouchscreenMode [@property setter]

Return Value

Type: bool

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.

Detailed Description

Deprecated: Generally, the behavior for touchscreen input should be performed dynamically based on gdk.event.Event.getSourceDevice.