///////////////////////////////////////////////////////
| 78 | |
| 79 | //////////////////////////////////////////////////////////// |
| 80 | Time Clock::reset() |
| 81 | { |
| 82 | const Time elapsed = getElapsedTime(); |
| 83 | m_refPoint = priv::ClockImpl::now(); |
| 84 | m_stopPoint = m_refPoint; |
| 85 | return elapsed; |
| 86 | } |
| 87 | |
| 88 | } // namespace sf |
no outgoing calls
no test coverage detected