.. _func_input_getchar: ======= GetChar ======= GetChar - Description =========== .. code-block:: blitzmax GetChar() Get next character As the user hits keys on the keyboard, BlitzMax records the character codes of these keystrokes into an internal 'character queue'. #GetChar removes the next character code from this queue and returns it the application. If the character queue is empty, 0 is returned. Parameters ========== Return Values ============= The character code of the next character. Examples ======== See Also ========