Reputation: 223
How I can intercept keystroke in Rust without any libraries?
For example: press W
- print: "Press key 'W'"
.
Upvotes: 3
Views: 548
Reputation: 15559
without any libraries?
There's nothing in the standard library to do this, no.
Upvotes: 3