MCPcopy Create free account
hub / github.com/Bloom-Engine/engine / initWindow

Function initWindow

src/core/index.ts:127–129  ·  view source on GitHub ↗
(width: number, height: number, title: string, fullscreen: boolean = false)

Source from the content-addressed store, hash-verified

125// Window management
126
127export function initWindow(width: number, height: number, title: string, fullscreen: boolean = false): void {
128 bloom_init_window(width, height, title as any, fullscreen ? 1.0 : 0.0);
129}
130
131export function closeWindow(): void {
132 bloom_close_window();

Callers 15

main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90
main.tsFile · 0.90

Calls 1

bloom_init_windowFunction · 0.50

Tested by

no test coverage detected