mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-10 17:56:19 +00:00
Fix mysterious Y offset in input coordinates
This commit is contained in:
@@ -741,7 +741,7 @@ function fullscreenNaclModule() {
|
||||
var module = $("#nacl_module")[0];
|
||||
module.width = zoom * streamWidth;
|
||||
module.height = zoom * streamHeight;
|
||||
module.style.paddingTop = ((screenHeight - module.height) / 2) + "px";
|
||||
module.style.marginTop = ((screenHeight - module.height) / 2) + "px";
|
||||
}
|
||||
|
||||
function stopGameWithConfirmation() {
|
||||
|
||||
Reference in New Issue
Block a user