Method

GtkWidgetset_support_multidevice

since: 3.0

Declaration [src]

void
gtk_widget_set_support_multidevice (
  GtkWidget* widget,
  gboolean support_multidevice
)

Description [src]

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 GdkWindows are created in GtkWidget::realize, gdk_window_set_support_multidevice() will have to be called manually on them.

Available since: 3.0

Parameters

support_multidevice

Type: gboolean

TRUE to support input from multiple devices.