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

Function BFWindow_Resize

BeefySysLib/BeefySysLib.cpp:366–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366BF_EXPORT void BF_CALLTYPE BFWindow_Resize(BFWindow* window, int x, int y, int width, int height, int showKind)
367{
368 window->Resize(x, y, width, height, (BFWindow::ShowKind)showKind);
369}
370
371BF_EXPORT void BF_CALLTYPE BFWindow_Show(BFWindow* window, BFWindow::ShowKind showKind)
372{

Callers

nothing calls this directly

Calls 1

ResizeMethod · 0.45

Tested by

no test coverage detected