MCPcopy Create free account
hub / github.com/MyGUI/mygui / reset

Method reset

MyGUIEngine/src/MyGUI_Timer.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18{
19
20 void Timer::reset()
21 {
22 mTimeStart = getCurrentMilliseconds();
23 }
24
25 unsigned long Timer::getMilliseconds() const
26 {

Callers 8

mouseButtonPressedMethod · 0.45
endDropMethod · 0.45
clearDeclarationMethod · 0.45
clearRootMethod · 0.45
clearMethod · 0.45
DelegateClass · 0.45
clearMethod · 0.45
operator-=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected