Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-point Touch Support #19

Open
jpsamaroo opened this issue Jun 13, 2016 · 0 comments
Open

Multi-point Touch Support #19

jpsamaroo opened this issue Jun 13, 2016 · 0 comments

Comments

@jpsamaroo
Copy link

Currently uGUI only has support for a single touch point, however certain dev boards with capacitive touch sensors (the STM32F7-Discovery, for example) have up to 5 or more points that may be activated simultaneously. While the simple solution is to just pass all 5 (or more/less) in one at a time, I think there is room for growth of uGUI in such a way that these multi-touch events could be used to add additional functionality. One such example is rotating a window, where two touch points could be used to adjust the rendering of the window to make it appear rotated, leading to a potentially improved experience and greater usefulness. Not strictly necessary, but something to consider I think.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant