mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2025-12-19 13:00:12 -07:00
W.I.P dynamic pointer size according to GUI scale
This commit is contained in:
parent
a4b37a7929
commit
047a9f6043
5 changed files with 11 additions and 3 deletions
|
|
@ -934,6 +934,8 @@ public class BaseMainActivity extends LoggableActivity {
|
|||
if(scale < this.guiScale || guiScale == 0){
|
||||
this.guiScale = scale;
|
||||
}
|
||||
|
||||
if(gamepad != null) gamepad.notifyGUISizeChange(this.guiScale);
|
||||
}
|
||||
|
||||
public int handleGuiBar(int x, int y) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue