Apis035
Apis035
1. Click on storybrew window to focus it 2. Click somewhere else to unfocus storybrew window (desktop, taskbar, another window) 3. Observe the mouse is moved back into storybrew window...
`winim 3.9.4` `Nim 2.2.4` I'm trying out the basic window example, but getting `internal error: generic converter failed rematch`. The errors point at these lines: ```nim BeginPaint(hwnd, ps) EndPaint(hwnd, ps)...
1. Go to docs > Running Tests 2. Toggle dark mode 3. Observe items with monospace font (`testing.*`) appears as always active (orange colored) FAQ page also has some TOC...
Gives list of autocompletion on import statement without having to type quote and collection name. `import fmt` -> `import "core:fmt"` `import windo` -> `import "core:sys/windows"` `import myli` -> `import "mylib"`