Skip to content
Snippets Groups Projects
Commit fb7ba893 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add TODO comment about a kbhit() that takes a timeout.

parent 969c3bb0
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4176 failed
......@@ -538,6 +538,7 @@ CIOLIBEXPORT int initciolib(int mode)
/*
* Returns non-zero if a key is hit
*/
// TODO: A version that takes a timeout and blocks (ie: kbwait()?)
CIOLIBEXPORT int ciolib_kbhit(void)
{
CIOLIB_INIT();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment