mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Smoother mouse wheel scrolling
This commit is contained in:
parent
5a5287bc8b
commit
84aecbca81
11 changed files with 20 additions and 15 deletions
|
@ -2135,7 +2135,7 @@ namespace IDE.ui
|
|||
}
|
||||
*/
|
||||
|
||||
public override void MouseWheel(float x, float y, int32 delta)
|
||||
public override void MouseWheel(float x, float y, float delta)
|
||||
{
|
||||
base.MouseWheel(x, y, delta);
|
||||
if (mInfiniteScrollbar != null)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue