GestureStylus
Object Hierarchy:
Description:
[
CCode ( type_id =
"gtk_gesture_stylus_get_type ()" ) ]
public class GestureStylus :
GestureSingle
Recognizes tablet stylus input.
The provided signals just relay the basic information of the stylus events.
Content:
Properties:
Creation methods:
Methods:
Signals:
- public signal void down (double x, double y)
Emitted when the stylus touches the device.
- public signal void motion (double x, double y)
Emitted when the stylus moves while touching the device.
- public signal void proximity (double x, double y)
Emitted when the stylus is in proximity of the device.
- public signal void up (double x, double y)
Emitted when the stylus no longer touches the device.
Inherited Members:
All known members inherited from class Gtk.GestureSingle
All known members inherited from class Gtk.Gesture
All known members inherited from class Gtk.EventController
All known members inherited from class GLib.Object