| 1378 | } |
| 1379 | |
| 1380 | void CPaintManagerUI::SetCapture() |
| 1381 | { |
| 1382 | ::SetCapture(m_hWndPaint); |
| 1383 | m_bMouseCapture = true; |
| 1384 | } |
| 1385 | |
| 1386 | void CPaintManagerUI::ReleaseCapture() |
| 1387 | { |
nothing calls this directly
no outgoing calls
no test coverage detected