Input Events Handling
---------------------
This example shows how to handle most of the link:input.html[input events].

[source,c]
------------------------------------------------------------------
include::../demos/c_simple/input_example.c[]
------------------------------------------------------------------
