MCPcopy Create free account
hub / github.com/Predelnik/DSpellCheck / Timer

Method Timer

src/common/WinApiControls.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111Timer::Timer(HWND hwnd)
112 : m_hwnd(hwnd) {
113 initialize();
114}
115
116Timer::~Timer() {
117 kill_timer();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected