Libraries
»
ektoplayer
(0.1.26)
»
Index
»
UI
»
MouseSectionEvent
»
#on
Method: UI::MouseSectionEvent#on
Defined in:
lib/ektoplayer/ui.rb
#
on
(button, &block) ⇒
Object
282
# File 'lib/ektoplayer/ui.rb', line 282
def
on
(
button
,
&
block
)
;
@events
.
on
(
button
,
&
block
)
end