From 40f51f030b1907d978eaa4758f754124d72198fd Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 28 Jan 2016 12:29:27 +0000 Subject: [PATCH] Added some Windows hooks to the AAX wrapper to improve mouse-wheel handling --- modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp index a27e36c414..33f5cdbd00 100644 --- a/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/AAX/juce_AAX_Wrapper.cpp @@ -449,6 +449,10 @@ struct AAXClasses ScopedPointer pluginEditor; JuceAAX_GUI& owner; + #if JUCE_WINDOWS + WindowsHooks hooks; + #endif + JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent) };