struct Gtk::GestureStylus::UpSignal
- Gtk::GestureStylus::UpSignal
- Struct
- Value
- Object
Overview
Emitted when the stylus no longer touches the device.
Defined in:
auto/gtk-4.0/gesture_stylus.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Float64, Float64, Nil))
- #connect(handler : Proc(Float64, Float64, Nil))
- #connect(handler : Proc(Gtk::GestureStylus, Float64, Float64, Nil))
- #connect_after(&block : Proc(Float64, Float64, Nil))
- #connect_after(handler : Proc(Float64, Float64, Nil))
- #connect_after(handler : Proc(Gtk::GestureStylus, Float64, Float64, Nil))
- #emit(x : Float64, y : Float64) : Nil
- #name