Class: Gtk::GestureStylus

Inherits:
Object
  • Object
show all
Defined in:
lib/gtk4/gesture-stylus.rb

Instance Method Summary collapse

Instance Method Details

#backlogObject



20
21
22
23
24
25
26
27
# File 'lib/gtk4/gesture-stylus.rb', line 20

def backlog
  have_backlog, backlog = backlog_raw
  if have_backlog
    backlog
  else
    nil
  end
end

#backlog_rawObject



19
# File 'lib/gtk4/gesture-stylus.rb', line 19

alias_method :backlog_raw, :backlog