mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-23 20:09:46 +03:00
Allow Changing Input Mode
This commit is contained in:
committed by
iProgramInCpp
parent
7771bc20a7
commit
c989ffa721
@@ -47,7 +47,11 @@
|
||||
|
||||
return canvas;
|
||||
})(),
|
||||
arguments: [String(window.innerWidth), String(window.innerHeight)]
|
||||
arguments: [String(window.innerWidth), String(window.innerHeight)],
|
||||
preRun: [function () {
|
||||
const urlParams = new URLSearchParams(window.location.search);
|
||||
ENV.MCPE_INPUT_MODE = urlParams.get('inputMode');
|
||||
}]
|
||||
};
|
||||
</script>
|
||||
<script async type="text/javascript" src="reminecraftpe.js"></script>
|
||||
|
||||
Reference in New Issue
Block a user