MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnKillFocus

Method OnKillFocus

Source/FrameEditor.cpp:559–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559void CFrameEditor::OnKillFocus(CWnd* pNewWnd)
560{
561 CWnd::OnKillFocus(pNewWnd);
562 m_bInputEnable = false;
563// CancelSelection(); // // //
564 m_bLastRow = false; // // //
565 InvalidateFrameData();
566 FTEnv.GetAccelerator()->SetAccelerator(NULL);
567}
568
569void CFrameEditor::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
570{

Callers

nothing calls this directly

Calls 2

SetAcceleratorMethod · 0.80
GetAcceleratorMethod · 0.45

Tested by

no test coverage detected