Merge pull request #1811 from akapar2016/UI_scrollWheelEvents

Ui scroll wheel events
This commit is contained in:
Jim
2019-04-14 13:58:54 -07:00
committed by GitHub
12 changed files with 149 additions and 10 deletions

View File

@@ -232,6 +232,9 @@ set(obs_SOURCES
focus-list.cpp
menu-button.cpp
double-slider.cpp
slider-ignorewheel.cpp
comboBox-ignorewheel.cpp
spinBox-ignorewheel.cpp
volume-control.cpp
adv-audio-control.cpp
item-widget-helpers.cpp
@@ -283,6 +286,9 @@ set(obs_HEADERS
display-helpers.hpp
balance-slider.hpp
double-slider.hpp
slider-ignorewheel.hpp
comboBox-ignorewheel.hpp
spinBox-ignorewheel.hpp
focus-list.hpp
menu-button.hpp
mute-checkbox.hpp