Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
111
Timer::Timer(HWND hwnd)
112
: m_hwnd(hwnd) {
113
initialize();
114
}
115
116
Timer::~Timer() {
117
kill_timer();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected