| 160 | } |
| 161 | |
| 162 | void wxShapeEvtHandler::OnLeftClick(double x, double y, int keys, int attachment) |
| 163 | { |
| 164 | if (m_previousHandler) |
| 165 | m_previousHandler->OnLeftClick(x, y, keys, attachment); |
| 166 | } |
| 167 | |
| 168 | void wxShapeEvtHandler::OnLeftDoubleClick(double x, double y, int keys, int attachment) |
| 169 | { |