Gin
|
Classes | |
class | LambdaTimer |
Like juce::Timer, but it calls a std::function<> More... | |
class | LambdaAsyncUpdater |
Like juce::AsyncUpdater, but it calls a std::function<> More... | |
class | LambdaMouseListener |
If you add a mouse listener to yourself to get nested mouse messages, then you get them all twice, so use a lambda mouse listener instead. More... | |
Functions | |
void | callOnMainThreadBlocking (std::function< void()> func) |