mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Previously, we were using the window's top-left position to determine the scale to use for the OpenGLContext. However, on macOS the backingScaleFactor of the window is not strictly related to the top-left corner of the window, so the OpenGL view's scale could end up differing from the backing scale factor when slowly moving a window between displays with different backing scale factors. On macOS, we now use the backing scale factor of the window's screen (as maintained by AppKit), rather than trying to work out the correct display and scale ourselves. |
||
|---|---|---|
| .. | ||
| juce_analytics | ||
| juce_audio_basics | ||
| juce_audio_devices | ||
| juce_audio_formats | ||
| juce_audio_plugin_client | ||
| juce_audio_processors | ||
| juce_audio_utils | ||
| juce_box2d | ||
| juce_core | ||
| juce_cryptography | ||
| juce_data_structures | ||
| juce_dsp | ||
| juce_events | ||
| juce_graphics | ||
| juce_gui_basics | ||
| juce_gui_extra | ||
| juce_opengl | ||
| juce_osc | ||
| juce_product_unlocking | ||
| juce_video | ||
| CMakeLists.txt | ||