79740954

Date: 2025-08-20 10:34:57
Score: 1
Natty:
Report link

When you want to exit the application, simulate the user clicking the close button.

GLFWwindow *window=...;
PostMessageW(glfwGetWin32Window(window), WM_CLOSE, NULL, NULL);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): When you
Posted by: 許恩嘉