MCPcopy Create free account
hub / github.com/beefytech/Beef / BFWindow_Close

Function BFWindow_Close

BeefySysLib/BeefySysLib.cpp:432–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430}
431
432BF_EXPORT void BF_CALLTYPE BFWindow_Close(BFWindow* window, int force)
433{
434 if (force != 0)
435 gBFApp->RemoveWindow(window);
436 else
437 window->TryClose();
438}
439
440BF_EXPORT int BF_CALLTYPE BFWindow_GetDPI(BFWindow* window)
441{

Callers

nothing calls this directly

Calls 2

RemoveWindowMethod · 0.80
TryCloseMethod · 0.45

Tested by

no test coverage detected