Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/forge
/ resizeHandler
Method
resizeHandler
src/backend/opengl/glfw/window.cpp:272–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
270
}
271
272
void Widget::resizeHandler(int pWidth, int pHeight)
273
{
274
mWidth = pWidth;
275
mHeight = pHeight;
276
resizePixelBuffers();
277
}
278
279
void Widget::keyboardHandler(int pKey, int pScancode, int pAction, int pMods)
280
{
Callers
1
Widget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected