You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GLFW works a bit differently than win32 so going with an is_closing() (or maybe should_close()) member function in the window class is more fitting than is_open().
GLFW works a bit differently than win32 so going with an
is_closing()(or maybeshould_close()) member function in the window class is more fitting thanis_open().