Skip to contents

Get char pressed (unicode), call it multiple times for chars queued, returns 0 when the queue is empty.

Usage

get_char_pressed()

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

int GetCharPressed(void);

See also