windowShouldClose function

bool windowShouldClose()

Check if KEY_ESCAPE pressed or Close icon pressed.

Implementation

bool windowShouldClose() {
  return library.WindowShouldClose();
}