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

Separate keyboard & mouse processing #13

Closed
tehKaiN opened this issue Oct 26, 2017 · 1 comment
Closed

Separate keyboard & mouse processing #13

tehKaiN opened this issue Oct 26, 2017 · 1 comment

Comments

@tehKaiN
Copy link
Member

tehKaiN commented Oct 26, 2017

Currently processing mouse & keyboard are bound together by Intuition event loop. This prevents isolation of these two managers.

I guess the best way to do this would be getting mouse & keyboard events directly from HW, omitting Intuition code.

@tehKaiN tehKaiN mentioned this issue Nov 18, 2017
6 tasks
@tehKaiN tehKaiN added this to the Remove Intuition milestone Nov 18, 2017
@tehKaiN
Copy link
Member Author

tehKaiN commented Dec 18, 2017

Done in hardware-input branch.

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

No branches or pull requests

1 participant