Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - kbndidle http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
KbndIdle

Bind function to keyboard idle loop.

Header File.....TCXLinp.h

Prototype.......VOID KbndIdle(VfvCP fi);

Arguments.......fi -  Idle Function

Returns.........None.

Notes...........This binds the passed function to the keyboard idle loop.
                During KeyGetc() processing, if no input is available, this
                routine is called.  !!! WARNING !!! Do not attempt to
                update the display or windows every time this routine is
                called.  Doing so will cause a mouse cursor to "flicker".
                Only update the display when needed.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson