odin-lang / Odin

Odin Programming Language
https://odin-lang.org
BSD 3-Clause "New" or "Revised" License
6.11k stars 550 forks source link

Add more bindings for comm ports and console events #3787

Closed jasonKercher closed 2 weeks ago

jasonKercher commented 2 weeks ago

Adds bindings for:

PeekConsoleInputW
ReadConsoleInputW
GetConsoleCP
SetConsoleCP
GetConsoleOutputCP
FlushConsoleInputBuffer
GetCommTimeouts
SetCommTimeouts
ClearCommError
GetCommPorts
ProChaser commented 1 week ago

An official binding for FlushConsoleInputBuffer was already proposed and rightfully rejected in #3663. It might be worth reconsidering including the binding.