mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 21:10:11 -07:00
Custom controls changes
- Add key combination: Alt, Control, Shift. - Add new special button: middle mouse. - Allow rename a special button.
This commit is contained in:
parent
c25b7bd768
commit
dd6d080b4e
7 changed files with 69 additions and 35 deletions
|
|
@ -52,9 +52,6 @@ public class MainActivity extends BaseMainActivity implements OnClickListener, O
|
|||
this.toggleControlButton.setOnClickListener(this);
|
||||
this.zoomButton.setVisibility(mVersionInfo.optifineLib == null ? View.GONE : View.VISIBLE);
|
||||
|
||||
ControlData[] specialButtons = ControlData.getSpecialButtons();
|
||||
specialButtons[1].specialButtonListener = this;
|
||||
|
||||
// toggleGui(null);
|
||||
onClick(toggleControlButton);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue