| 172 | } |
| 173 | |
| 174 | void wxShapeEvtHandler::OnRightClick(double x, double y, int keys, int attachment) |
| 175 | { |
| 176 | if (m_previousHandler) |
| 177 | m_previousHandler->OnRightClick(x, y, keys, attachment); |
| 178 | } |
| 179 | |
| 180 | void wxShapeEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment) |
| 181 | { |