Skip to content

Gtk.GestureStylus: implement `anydev` property

Florian "sp1rit" requested to merge sp1rit/gtk:stylanydev into main

this allows setting a Gtk.GestureStylus to a state, where it can be used to handle non-stylus devices (e.g. mice). This might be useful for applications that handle stylus input, but want to allow falling back to a mice, if the user is unable to provide stylus input.

Merge request reports