Graphics Backend
----------------
This is a very simple backend example that shows how to use
link:backends_init.html#GenericInit[backend init function] and
link:input.html[input event layer].

It also shows how to handle
link:backends.html#ResizeAck[window resize events].

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