Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GlfwApplication doesn't call onResize #4

Closed
squid233 opened this issue Mar 20, 2022 · 0 comments
Closed

GlfwApplication doesn't call onResize #4

squid233 opened this issue Mar 20, 2022 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request
Milestone

Comments

@squid233
Copy link
Member

Preview modify:

  GLStateMgr.init();
  start();
+ onResize(window.getWidth(), window.getHeight());
  window.show();

And add Window::close:

public void close() {
    glfwSetWindowShouldClose(handle, true);
}
@squid233 squid233 added bug Something isn't working enhancement New feature or request labels Mar 20, 2022
@squid233 squid233 added this to the 0.2.0 milestone Mar 20, 2022
@squid233 squid233 self-assigned this Mar 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant