MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / OnCaptureChanged

Method OnCaptureChanged

ColorCop/ColorCopDlg.cpp:3148–3155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3146}
3147
3148void CColorCopDlg::OnCaptureChanged(CWnd* pWnd) {
3149 // This is called when the app has lost capture
3150
3151 if ((m_isEyedropping) || (m_isMagnifying)) {
3152 StopCapture();
3153 }
3154 CDialog::OnCaptureChanged(pWnd);
3155}
3156
3157void CColorCopDlg::FireOptionMenu() {
3158 // Pop up the system menu when a user hits SHIFT + F10 (right click equivalent)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected