diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-10-13 13:59:01 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-10-13 13:59:01 +0200 |
| commit | 58b13b868e9be35e2b516a72a736b8c61178467a (patch) | |
| tree | 3e28043094070c79871fe35c67943581e307d738 /fluid/custom_widgets.h | |
| parent | b1321bb97e254a5aa4d5ed6eef03d89a3892d1f9 (diff) | |
FLUID: allow mousewheel events on coordinate input
MACOS: make sure that even small mouse wheel deltas count at least as 1 unit
Diffstat (limited to 'fluid/custom_widgets.h')
| -rw-r--r-- | fluid/custom_widgets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fluid/custom_widgets.h b/fluid/custom_widgets.h index 8a464ae82..36abc1414 100644 --- a/fluid/custom_widgets.h +++ b/fluid/custom_widgets.h @@ -83,6 +83,8 @@ public: vars_ = vars; vars_user_data_ = user_data; } + + int handle(int) override; }; #endif |
