wxUsleep

From WxWiki
Jump to navigation Jump to search

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)