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

Method stop_timer

src/common/WinApiControls.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148void Timer::stop_timer() {
149 SetTimer(m_hwnd, m_id, USER_TIMER_MAXIMUM, timer_proc);
150 current_resolution = {};
151}
152
153bool Timer::is_set() const {
154 return current_resolution.has_value();

Callers 2

edit_recheck_callbackFunction · 0.80
scroll_recheck_callbackFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected