MCPcopy Create free account
hub / github.com/ConEmu/ConEmu / ProcessEditorEvent

Function ProcessEditorEvent

src/ConEmuPlugin/ConEmuPlugin.cpp:388–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388int WINAPI ProcessEditorEvent(int Event, void *Param)
389{
390 return Plugin()->ProcessEditorViewerEvent(Event, -1);
391}
392
393int WINAPI ProcessEditorEventW(int Event, void *Param)
394{

Callers

nothing calls this directly

Calls 2

PluginFunction · 0.85

Tested by

no test coverage detected