Method: UI::MouseEvents#on

Defined in:
lib/ektoplayer/ui.rb

#on(mouse_event, &block) ⇒ Object



249
250
251
252
# File 'lib/ektoplayer/ui.rb', line 249

def on(mouse_event, &block)
   return on_all(&block) if mouse_event == ICurses::ALL_MOUSE_EVENTS
   super(mouse_event, &block)
end