JoshuaBrookover / bigg

bgfx, imgui, glfw, glm
The Unlicense
224 stars 35 forks source link

Added window size and title controls #14

Closed widberg closed 5 years ago

widberg commented 5 years ago

Attempts to fix #12. Adds optional parameters for title, width, and height to the application constructor. Adds methods to get/set the size and title of the window. Also adds a window resize callback. Removed duplicate calls to the GLFW set callback functions in the application run method. These duplicate calls may have been intentional so please verify that they should be removed.