Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZDoom/Raze
/ Stop
Method
Stop
libraries/ZWidget/src/core/timer.cpp:36–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void Timer::Stop()
37
{
38
if (TimerId != 0)
39
{
40
DisplayWindow::StopTimer(TimerId);
41
TimerId = 0;
42
}
43
}
Callers
11
OnMouseMove
Method · 0.45
OnMouseUp
Method · 0.45
OnLostFocus
Method · 0.45
OnTimerExpired
Method · 0.45
OnEnableChanged
Method · 0.45
OnMouseMove
Method · 0.45
OnMouseUp
Method · 0.45
OnLostFocus
Method · 0.45
OnTimerExpired
Method · 0.45
OnEnableChanged
Method · 0.45
OnMouseUp
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected