Widget.setSupportMultidevice

Enables or disables multiple pointer awareness. If this setting is TRUE, widget will start receiving multiple, per device enter/leave events. Note that if custom gdk.Windows are created in realize, Window.setSupportMultidevice will have to be called manually on them.

class Widget
void
setSupportMultidevice

Parameters

supportMultidevice bool

TRUE to support input from multiple devices.

Meta