Searched refs:shouldClose (Results 1 – 6 of 6) sorted by relevance
518 raw_fd_ostream::raw_fd_ostream(int fd, bool shouldClose, bool unbuffered) in raw_fd_ostream() argument519 : raw_pwrite_stream(unbuffered), FD(fd), ShouldClose(shouldClose), in raw_fd_ostream()
258 boolean shouldClose() { in shouldClose() method in Lwjgl3Window
129 if (window.shouldClose()) { in loop()
433 public void setKeyboardCloseOnReturnKey (boolean shouldClose) { in setKeyboardCloseOnReturnKey() argument434 keyboardCloseOnReturn = shouldClose; in setKeyboardCloseOnReturnKey()
378 public void setKeyboardCloseOnReturnKey (boolean shouldClose) { in setKeyboardCloseOnReturnKey() argument379 keyboardCloseOnReturn = shouldClose; in setKeyboardCloseOnReturnKey()
387 raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false);