1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-27 02:20:05 +00:00

Added some Windows hooks to the AAX wrapper to improve mouse-wheel handling

This commit is contained in:
jules 2016-01-28 12:29:27 +00:00
parent b557277f6f
commit 40f51f030b

View file

@ -449,6 +449,10 @@ struct AAXClasses
ScopedPointer<AudioProcessorEditor> pluginEditor;
JuceAAX_GUI& owner;
#if JUCE_WINDOWS
WindowsHooks hooks;
#endif
JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent)
};