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

Method Widget

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

Source from the content-addressed store, hash-verified

119}
120
121Widget::Widget()
122 : mWindow(nullptr), mClose(false), mLastXPos(0), mLastYPos(0), mButton(-1),
123 mWidth(512), mHeight(512), mFramePBO(0)
124{
125}
126
127Widget::Widget(int pWidth, int pHeight, const char* pTitle, const Widget* pWindow, const bool invisible)
128 : mWindow(nullptr), mClose(false), mLastXPos(0), mLastYPos(0), mButton(-1), mFramePBO(0)

Callers

nothing calls this directly

Calls 1

makeContextCurrentMethod · 0.45

Tested by

no test coverage detected