mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-26 01:00:50 +01:00
[ion] Add Ion::usleep
Change-Id: Ife70133410e55c3f0af9a838543042a3da618119
This commit is contained in:
@@ -63,7 +63,7 @@ bool Ion::Keyboard::keyDown(Ion::Keyboard::Key key) {
|
||||
}
|
||||
|
||||
void Ion::msleep(long ms) {
|
||||
usleep(1000*ms);
|
||||
::usleep(1000*ms);
|
||||
sDisplay->redraw();
|
||||
Fl::wait();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user