|
Nui
|


Go to the source code of this file.
Classes | |
| class | Nui::ThrottledFunction |
Namespaces | |
| namespace | Nui |
Functions | |
| void | Nui::throttle (int milliseconds, std::function< void()> toWrap, std::function< void(ThrottledFunction &&)> callback, bool callWhenReady=false) |
| Creates a function that can be used to call a function at most once during the specified interval. | |