MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / recordMacroStep

Method recordMacroStep

src/MacroRecorder.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void MacroRecorder::recordMacroStep(Message message, uptr_t wParam, sptr_t lParam)
55{
56 qInfo(Q_FUNC_INFO);
57
58 macro->addMacroStep(message, wParam, lParam);
59}

Callers

nothing calls this directly

Calls 1

addMacroStepMethod · 0.80

Tested by

no test coverage detected