<Functionname="InitWindow"retType="void"paramCount="3"desc="Initialize window and OpenGL context">
<Paramtype="int"name="width"desc=""/>
<Paramtype="int"name="height"desc=""/>
@ -1181,6 +1181,9 @@
</Function>
<Functionname="GetCharPressed"retType="int"paramCount="0"desc="Get char pressed (unicode), call it multiple times for chars queued, returns 0 when the queue is empty">
</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)">