| 178 | } |
| 179 | |
| 180 | void wxShapeEvtHandler::OnDragLeft(bool draw, double x, double y, int keys, int attachment) |
| 181 | { |
| 182 | if (m_previousHandler) |
| 183 | m_previousHandler->OnDragLeft(draw, x, y, keys, attachment); |
| 184 | } |
| 185 | |
| 186 | void wxShapeEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment) |
| 187 | { |
nothing calls this directly
no test coverage detected