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