| 184 | } |
| 185 | |
| 186 | void wxShapeEvtHandler::OnBeginDragLeft(double x, double y, int keys, int attachment) |
| 187 | { |
| 188 | if (m_previousHandler) |
| 189 | m_previousHandler->OnBeginDragLeft(x, y, keys, attachment); |
| 190 | } |
| 191 | |
| 192 | void wxShapeEvtHandler::OnEndDragLeft(double x, double y, int keys, int attachment) |
| 193 | { |
nothing calls this directly
no test coverage detected