W.I.P dynamic pointer size according to GUI scale

This commit is contained in:
SerpentSpirale 2021-07-19 09:11:51 +02:00
parent a4b37a7929
commit 047a9f6043
5 changed files with 11 additions and 3 deletions

View file

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