MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / ~Macro

Method ~Macro

src/Macro.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24Macro::Macro() : name("<Current Recorded Macro>") {}
25
26Macro::~Macro()
27{
28}
29
30void Macro::addMacroStep(Message message, uptr_t wParam, sptr_t lParam)
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected