<Functionname="InitWindow"retType="void"paramCount="3"desc="Initialize window and OpenGL context">
<Paramtype="int"name="width"desc=""/>
<Paramtype="int"name="height"desc=""/>
@ -1189,6 +1189,9 @@
<Functionname="GetKeyName"retType="const char *"paramCount="1"desc="Get name of a QWERTY key on the current keyboard layout (eg returns string 'q' for KEY_A on an AZERTY keyboard)">
<Paramtype="int"name="key"desc=""/>
</Function>
<Functionname="GetKeyPressedPro"retType="int"paramCount="1"desc="Get key pressed (keycode), and optional scancode, call it multiple times for keys queued, returns 0 when the queue is empty">
<Paramtype="int*"name="scanCode"desc=""/>
</Function>
<Functionname="SetExitKey"retType="void"paramCount="1"desc="Set a custom key to exit program (default is ESC)">