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

Method OnInput

purepad/MainFrm.cpp:565–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565LRESULT CMainFrame::OnInput(WPARAM, LPARAM)
566{
567 // process input signalled by the WM_USER_INPUT message
568 GetEvalView()->ProcessInput();
569 return 0;
570}
571
572LRESULT CMainFrame::OnCompile(WPARAM, LPARAM res)
573{

Callers

nothing calls this directly

Calls 1

ProcessInputMethod · 0.80

Tested by

no test coverage detected