We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2107fa7 commit ec0b1d8Copy full SHA for ec0b1d8
src/zglfw.zig
@@ -702,6 +702,7 @@ pub const Window = opaque {
702
pub const setTitle = zglfw.setWindowTitle;
703
pub const setIcon = zglfw.setWindowIcon;
704
pub const shouldClose = zglfw.windowShouldClose;
705
+ pub const setShouldClose = zglfw.setWindowShouldClose;
706
pub const getClipboardString = zglfw.getClipboardString;
707
pub const setClipboardString = zglfw.setClipboardString;
708
pub const setCursor = zglfw.setCursor;
0 commit comments