Provides userspace with access to the touch panel.
§Usage
You need a touch that provides the hil::touch::Touch
trait.
An optional gesture client and a screen can be connected to it.
ⓘlet touch =
components::touch::TouchComponent::new(board_kernel, ts, Some(ts), Some(screen)).finalize(());