Next Previous Contents

118. SLang_flush_input

Synopsis

Discard all keyboard input waiting to be read

Usage

void SLang_flush_input (void)

Description

SLang_flush_input discards all input characters waiting to be read by the SLang_getkey function.

See Also

SLang_getkey


Next Previous Contents