Method

GtkGestureStylusset_stylus_only

Declaration [src]

void
gtk_gesture_stylus_set_stylus_only (
  GtkGestureStylus* gesture,
  gboolean stylus_only
)

Description [src]

Sets the state of stylus-only

If true, the gesture will exclusivly handle events from stylus input deivces, otherwise it’ll handle events from any pointing device.

Available since:4.10

Parameters

stylus_only gboolean
 

Whether the gesture is used exclusivly for stylus events.