support for zig 0.14.0-dev.2569+30169d1d2
This commit is contained in:
parent
bf960a152b
commit
aee3641ae8
5 changed files with 14 additions and 14 deletions
|
@ -108,7 +108,7 @@ clay.setPointerState(.{
|
|||
}, is_left_mouse_button_down);
|
||||
```
|
||||
|
||||
5. Call [clay.BeginLayout(screenWidth, screenHeight)](https://github.com/nicbarker/clay/blob/main/README.md#clay_beginlayout) and declare your layout using the provided macros.
|
||||
5. Call [clay.BeginLayout(screenWidth, screenHeight)](https://github.com/nicbarker/clay/blob/main/README.md#clay_beginlayout) and declare your layout using the provided functions.
|
||||
|
||||
```Zig
|
||||
const light_grey: clay.Color = .{ 224, 215, 210, 255 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue