X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/173a5ddc77ceb29b7a0dba6d9feeea95ebbbd72b..7447d53c35249d42128d6243c90998f03882859a:/interface/wx/stopwatch.h?ds=sidebyside diff --git a/interface/wx/stopwatch.h b/interface/wx/stopwatch.h index 644db85d36..d67fa9ab9e 100644 --- a/interface/wx/stopwatch.h +++ b/interface/wx/stopwatch.h @@ -61,6 +61,10 @@ public: /** (Re)starts the stop watch with a given initial value. + + The stopwatch will always be running after calling Start(), even if + Pause() had been called before and even if it had been called multiple + times. */ void Start(long milliseconds = 0);