-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Rethink IInputDevice API #7939
Comments
I agree with most of the points, though the input manager is kinda useful in a couple of niche situations:
For the first 2 points we could add additional higher-level APIs to handle these situations, but I think we should keep an API for handling raw events if only for debugging. I'd be fine with changing the API if there are problems with the current one. |
Not a breaking change anymore, as IPointerDevice/IInputDevice was made internal. |
Is your feature request related to a problem? Please describe.
After working with "IPointerDevice" related API I found number of problems:
Describe the solution you'd like
The text was updated successfully, but these errors were encountered: