diff options
Diffstat (limited to 'gui/PopUpWidget.h')
-rw-r--r-- | gui/PopUpWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/PopUpWidget.h b/gui/PopUpWidget.h index 8a7a8e867d..3f65106ac1 100644 --- a/gui/PopUpWidget.h +++ b/gui/PopUpWidget.h @@ -68,6 +68,7 @@ public: void changeLabelWidth(uint newWidth) { _labelWidth = newWidth; } void handleMouseDown(int x, int y, int button, int clickCount); + void handleMouseWheel(int x, int y, int direction); void appendEntry(const String &entry, uint32 tag = (uint32)-1); void clearEntries(); |