1
0
Fork 0
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:
Brian Fiete 2020-05-25 00:10:35 -07:00
parent 5a5287bc8b
commit 84aecbca81
11 changed files with 20 additions and 15 deletions

View file

@ -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)