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

Function closeWindow

src/core/index.ts:131–133  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129}
130
131export function closeWindow(): void {
132 bloom_close_window();
133}
134
135export function windowShouldClose(): boolean {
136 return bloom_window_should_close() !== 0;

Callers 7

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_close_windowFunction · 0.50

Tested by

no test coverage detected