MCPcopy 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
272void Widget::resizeHandler(int pWidth, int pHeight)
273{
274 mWidth = pWidth;
275 mHeight = pHeight;
276 resizePixelBuffers();
277}
278
279void Widget::keyboardHandler(int pKey, int pScancode, int pAction, int pMods)
280{

Callers 1

WidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected