|
|
|
@@ -79,7 +79,7 @@ public: |
|
|
|
Add a callback function to be triggered on every idle cycle. |
|
|
|
You can add more than one, and remove them at anytime with removeIdleCallback(). |
|
|
|
Idle callbacks trigger right after OS event handling and Window idle events (within the same cycle). |
|
|
|
There are no guarantees in terms of timing. |
|
|
|
There are no guarantees in terms of timing, use Window::addIdleCallback for time-relative callbacks. |
|
|
|
*/ |
|
|
|
void addIdleCallback(IdleCallback* callback); |
|
|
|
|
|
|
|
|