docs: make it obvious how to open window with specific resolution or fullscreen #624

Open
opened 2022-11-23 16:36:03 +00:00 by emidoots · 1 comment
emidoots commented 2022-11-23 16:36:03 +00:00 (Migrated from github.com)
No description provided.
emidoots commented 2023-08-09 05:08:10 +00:00 (Migrated from github.com)

I think this should be fixed by more general API docs (autodoc for our projects), so deferring to v0.3

For anyone who stumbles across this issue: you can pass options like:

core.init(.{ .display_mode = .fullscreen });
core.init(.{ .size = .{ .width = 1920, .height = 1080 } });

or via the core.setDisplayMode and core.setSize methods.

I think this should be fixed by more general API docs (autodoc for our projects), so deferring to v0.3 For anyone who stumbles across this issue: you can pass options like: ```zig core.init(.{ .display_mode = .fullscreen }); ``` ```zig core.init(.{ .size = .{ .width = 1920, .height = 1080 } }); ``` or via the `core.setDisplayMode` and `core.setSize` methods.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
hexops/mach#624
No description provided.