| 174 | } |
| 175 | |
| 176 | void CtrlrComponent::mouseDoubleClick(const MouseEvent &e) |
| 177 | { |
| 178 | if (mouseDoubleClickCbk && !mouseDoubleClickCbk.wasObjectDeleted()) |
| 179 | { |
| 180 | if (mouseDoubleClickCbk->isValid()) |
| 181 | { |
| 182 | owner.getOwnerPanel().getCtrlrLuaManager().getMethodManager().call (mouseDoubleClickCbk, this, e); |
| 183 | } |
| 184 | } |
| 185 | } |
| 186 | |
| 187 | void CtrlrComponent::mouseDown(const MouseEvent &e) |
| 188 | { |