Debug Tools and Scrollable widget
This commit is contained in:
parent
f68f91f7d5
commit
458e56fb4c
27 changed files with 274 additions and 103 deletions
|
|
@ -29,6 +29,8 @@ Window::Window(Vec2F size, const char* title) {
|
|||
// glfwWindowHint(GLFW_TRANSPARENT_FRAMEBUFFER, 1);
|
||||
// glfwWindowHint(GLFW_DECORATED, GLFW_FALSE);
|
||||
|
||||
mSize = size;
|
||||
|
||||
// Create a window and OpenGL context
|
||||
mContext->window = glfwCreateWindow((int) size.x, (int) size.y, title, nullptr, nullptr);
|
||||
if (!mContext->window) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue