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

Method EnableInput

Source/FrameEditor.cpp:928–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926}
927
928void CFrameEditor::EnableInput()
929{
930 // Set focus and enable input, input is disabled when focus is lost
931 SetFocus();
932
933 m_bInputEnable = true;
934 m_bCursor = true;
935 m_iCursorEditDigit = 0;
936
937 SetTimer(0, 500, NULL); // Cursor timer
938
939 InvalidateFrameData();
940}
941
942void CFrameEditor::OnEditCut()
943{

Callers 2

OnSelectFrameEditorMethod · 0.80
OnEditSelectotherMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected