Dsi touch display framework for debian 10

hi,

Does debian 10 has any touch framework? if we use DSI panel with touch interface.
In kernel will have the touch controller driver, but in userspace does it have any framework for it as it is available in android.

regards,
vinaysimha

Overall touch will be managed by your window system (either X11 or Wayland) but from a programming point of view you would usually select a widget toolkit and that provides a higher level API to manage touch.

For example if you wrote your application using the GTK+ toolkit you then it provides higher level input handling: