wxUsleep

From WxWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Despite the name wxUsleep, it takes a millisecond argument. When using wxWidgets-2.5.3 there are functions wxMilliSleep and wxMicroSleep available which aren't misleading and deprecate wxUsleep. If 2.4.x support is not necessary, use one of these instead of wxUsleep.

void wxUsleep(unsigned long milliseconds)