diff options
| author | callum_linden <none@none> | 2019-06-10 14:09:31 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2019-06-10 14:09:31 -0700 |
| commit | 7bce446b28fc7f7f93b2c4927dac2f9da0835264 (patch) | |
| tree | 580586202d78518f49fdc903f11100891d5de2cf /indra/llplugin/llpluginclassmedia.h | |
| parent | 2672194b1d3eb03648861a29e57d81a38f527746 (diff) | |
Changes from @andreyk for improved mouse scroll wheel performance and pull in new Dullahan with CEF 74.1.19_gb62bacf_chromium-74.0.3729.157
Diffstat (limited to 'indra/llplugin/llpluginclassmedia.h')
| -rw-r--r-- | indra/llplugin/llpluginclassmedia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/llpluginclassmedia.h b/indra/llplugin/llpluginclassmedia.h index 4f52afb317..9d11ee0421 100644 --- a/indra/llplugin/llpluginclassmedia.h +++ b/indra/llplugin/llpluginclassmedia.h @@ -118,7 +118,7 @@ public: bool keyEvent(EKeyEventType type, int key_code, MASK modifiers, LLSD native_key_data); - void scrollEvent(int x, int y, MASK modifiers); + void scrollEvent(int x, int y, int clicks_x, int clicks_y, MASK modifiers); // enable/disable media plugin debugging messages and info spam void enableMediaPluginDebugging( bool enable ); |
