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

Method Widget

src/backend/opengl/glfw/window.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 6

resizeHandlerMethod · 0.80
keyboardHandlerMethod · 0.80
cursorHandlerMethod · 0.80
mouseButtonHandlerMethod · 0.80
getNativeHandleMethod · 0.45
hideMethod · 0.45

Tested by

no test coverage detected