MCPcopy Create free account
hub / github.com/arrayfire/forge / setSize

Method setSize

src/backend/opengl/sdl/window.cpp:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void Widget::setSize(unsigned pW, unsigned pH)
207{
208 SDL_SetWindowSize(mWindow, pW, pH);
209}
210
211void Widget::swapBuffers()
212{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected