| 190 | } |
| 191 | |
| 192 | void wxShapeEvtHandler::OnEndDragLeft(double x, double y, int keys, int attachment) |
| 193 | { |
| 194 | if (m_previousHandler) |
| 195 | m_previousHandler->OnEndDragLeft(x, y, keys, attachment); |
| 196 | } |
| 197 | |
| 198 | void wxShapeEvtHandler::OnDragRight(bool draw, double x, double y, int keys, int attachment) |
| 199 | { |
nothing calls this directly
no test coverage detected