slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
16.3k stars 538 forks source link

multitouch support #834

Open Be-ing opened 2 years ago

Be-ing commented 2 years ago

Currently only one widget can be focused at a time. It would be great if multiple widgets could handle touch input simultaneously, and also, if applications could react to complex gestures.

LoganDark commented 2 years ago

+1 to this. Sliders come to mind. Maybe you want to tweak multiple at a time.

njeisecke commented 5 months ago

Android (or even iOS) support without multitouch would feel rather incomplete, me thinks.

Actually I currently prototype a slint ui rewrite of a Qml application where multitouch is an important input method.

Heng30 commented 3 months ago

Yes, multitouch is important on mobile app