Class: Events
Defined in: | web-src/coffee/gui/events.coffee |
Overview
Events callbacks for a GUI.
Instance Method Summary
- # (void) on_cell_clicked(cellview, event, x, y) What to do when a Joint cell is clicked.
- # (void) reset(cellView, event, x, y)
Constructor Details
#
(void)
constructor()
Instance Method Details
#
(void)
on_cell_clicked(cellview, event, x, y)
What to do when a Joint cell is clicked.
Follows the responsability to the @current_gui.
@param event The event descripiton object
#
(void)
reset(cellView, event, x, y)