Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/melonjs/melonJS
/ isLandscape
Function
isLandscape
packages/melonjs/src/system/device.ts:539–541 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
537
* @category Application
538
*/
539
export
function
isLandscape() {
540
return
getScreenOrientation().includes(
"landscape"
);
541
}
542
543
/**
544
*
return
the device storage
Callers
nothing calls this directly
Calls
1
getScreenOrientation
Function · 0.85
Tested by
no test coverage detected