"""Prints out all touch inputs.
Demonstrates:
- Receiving touch events via MessageReader
- TouchInput message with phase, position, ID, and force
- Different touch phases (Started, Moved, Ended, Canceled)
- Multi-touch tracking via unique touch IDs
Note: This example requires a touchscreen or touch input device.
On desktop systems without touch input, the example will run but won't receive any events.
"""
"""Print all touch events to the console."""
return