| 1265 | } |
| 1266 | |
| 1267 | void wxControlPoint::OnEndDragLeft(double x, double y, int keys, int attachment) |
| 1268 | { |
| 1269 | m_shape->GetEventHandler()->OnSizingEndDragLeft(this, x, y, keys, attachment); |
| 1270 | } |
| 1271 | |
| 1272 | int wxControlPoint::GetNumberOfAttachments() const |
| 1273 | { |
nothing calls this directly
no test coverage detected