Set sets the INode to watch for events. It's usually a scene containing a hierarchy of INodes. The manager only cares about IPanels inside that hierarchy.
(scene core.INode)
| 55 | // It's usually a scene containing a hierarchy of INodes. |
| 56 | // The manager only cares about IPanels inside that hierarchy. |
| 57 | func (gm *manager) Set(scene core.INode) { |
| 58 | |
| 59 | gm.scene = scene |
| 60 | } |
| 61 | |
| 62 | // SetModal sets the specified panel and its descendants to be the exclusive receivers of events. |
| 63 | func (gm *manager) SetModal(ipan IPanel) { |
no outgoing calls
no test coverage detected