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:
parent
542312296f
commit
1da9ccd36c
12 changed files with 420 additions and 121 deletions
|
|
@ -93,6 +93,12 @@ public:
|
|||
pixels per inch, divide this by the Display::scale value.
|
||||
*/
|
||||
double dpi;
|
||||
|
||||
/** The vertical refresh rate of the display if applicable.
|
||||
|
||||
Currently this is only used on Linux for display rate repainting.
|
||||
*/
|
||||
std::optional<double> verticalFrequencyHz;
|
||||
};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue