MCPcopy 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
562export function getScreenWidth(): number {
563 return bloom_get_screen_width();
564}
565
566export function getScreenHeight(): number {
567 return bloom_get_screen_height();

Callers 1

updateVirtualJoystickFunction · 0.90

Calls 1

bloom_get_screen_widthFunction · 0.50

Tested by

no test coverage detected