mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-12 01:21:09 -07:00
fix the doublescroll + fix scroll buttons for 1.13+
This commit is contained in:
parent
67487dcdba
commit
b6413cc191
1 changed files with 2 additions and 2 deletions
|
|
@ -89,11 +89,11 @@ public class MainActivity extends BaseMainActivity {
|
|||
break;
|
||||
|
||||
case ControlData.SPECIALBTN_SCROLLDOWN:
|
||||
CallbackBridge.sendScroll(0, 0.1d);
|
||||
if(!isDown)CallbackBridge.sendScroll(0, 1d);
|
||||
break;
|
||||
|
||||
case ControlData.SPECIALBTN_SCROLLUP:
|
||||
CallbackBridge.sendScroll(0, -0.1d);
|
||||
if(!isDown)CallbackBridge.sendScroll(0, -1d);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue