Closed
Description
Is your feature request related to a problem? Please describe.
Hi, I found this framework use pointers (mouse , touch , pen) as same thing Event source
and I didn't like this approach because when you designed UI will need adapted to diff inputs.
-
Example 1 : touch input may involve 2 button one of them is fake button and larger size than the not-fake button( act as hit box ) so you can press it more easy once the click made by touch.
-
Example 2: you may make the app change the app once detected a pen input for less keyboard shortcut.
so this why it's better to have more than Generic pointers that apply to all, you make it auto if the user didnt sub to special input event.
Describe the solution you'd like
add Pen-Pointers
, touch-pressed
Describe alternatives you've considered
No response
Additional context
No response