1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Make it possible to attach Component updates to vblank events

This commit is contained in:
attila 2022-10-07 19:46:13 +02:00
parent 542312296f
commit 1da9ccd36c
12 changed files with 420 additions and 121 deletions

View file

@ -263,6 +263,7 @@ namespace juce
#include "windows/juce_ThreadWithProgressWindow.cpp"
#include "windows/juce_TooltipWindow.cpp"
#include "windows/juce_TopLevelWindow.cpp"
#include "windows/juce_VBlankAttachement.cpp"
#include "commands/juce_ApplicationCommandInfo.cpp"
#include "commands/juce_ApplicationCommandManager.cpp"
#include "commands/juce_ApplicationCommandTarget.cpp"