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:
parent
b557277f6f
commit
40f51f030b
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue