How to call ReadConsoleInputW using Zig in Windows
ReadConsoleInputW can be used to mimic kbhit() C function found in Borland C/C++.OS: Windows 10 22H2
Zig: 0.12
Compile ReadConsoleInputW.zig:
PS C:\prj> zig build-exe -lc .\ReadConsoleInputW.zig
Install Winget on Windows 2022 or Windows 10 LTSC Install Pre-reqs Install Microsoft.UI.Xaml/2.8.6 Navigate to https://www.nuget.org/pa...
No comments:
Post a Comment