mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Added ListenerList class and changed some components to use it for their listener dispatching. Sorted out bug in popup menus and win32 mouse wheel.
This commit is contained in:
parent
b974203d0f
commit
2676bb02f2
42 changed files with 1815 additions and 1867 deletions
|
|
@ -64,6 +64,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
#include "../gui/components/special/juce_OpenGLComponent.h"
|
||||
#include "../gui/components/special/juce_QuickTimeMovieComponent.h"
|
||||
#include "../gui/components/mouse/juce_DragAndDropContainer.h"
|
||||
#include "../gui/components/mouse/juce_MouseInputSource.h"
|
||||
#include "../gui/components/keyboard/juce_KeyPressMappingSet.h"
|
||||
#include "../gui/components/layout/juce_ComponentMovementWatcher.h"
|
||||
#include "../gui/components/special/juce_ActiveXControlComponent.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue