MCPcopy Create free account
hub / github.com/agraef/pure-lang / ProcessInput

Method ProcessInput

purepad/evalview.cpp:558–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void CEvalView::ProcessInput()
559{
560 LPTSTR s = m_pipe.Read();
561 Append(s, TRUE);
562 delete[] s;
563}
564
565void CEvalView::OnViewFont()
566{

Callers 1

OnInputMethod · 0.80

Calls 1

ReadMethod · 0.45

Tested by

no test coverage detected