Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Bloom-Engine/engine
/ getScreenWidth
Function
getScreenWidth
src/core/index.ts:562–564 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
560
// Screen
561
562
export
function
getScreenWidth(): number {
563
return
bloom_get_screen_width();
564
}
565
566
export
function
getScreenHeight(): number {
567
return
bloom_get_screen_height();
Callers
1
updateVirtualJoystick
Function · 0.90
Calls
1
bloom_get_screen_width
Function · 0.50
Tested by
no test coverage detected