loaders: JPG: Fix bussy loop on corrupted file.
[gfxprim.git] / doc / example_input.txt
blob8132a264fb27658146e7640e80b16dd24168dc04
1 Input Events Handling
2 ---------------------
3 This example shows how to handle most of the link:input.html[input events].
5 [source,c]
6 ------------------------------------------------------------------
7 include::../demos/c_simple/input_example.c[]
8 ------------------------------------------------------------------