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

[Linux] Get input events directly from evdev #198

Closed
matlo opened this issue Nov 27, 2013 · 6 comments
Closed

[Linux] Get input events directly from evdev #198

matlo opened this issue Nov 27, 2013 · 6 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on November 07, 2012 14:57:56

Current path:
GIMX <- SDL <- X Input <- evdev <- drivers

Enhanced path:
GIMX <- evdev <- drivers

Having two extra layers obviously adds overhead and decreases performances.
Using X Input adds a dependency on X.

Evdev allows to get input events without polling, which means events can be processed without delay.

Original issue: http://code.google.com/p/diyps3controller/issues/detail?id=197

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on January 08, 2013 13:33:45

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 19, 2013 04:22:40

Status: Verified

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 19, 2013 04:23:01

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 23, 2013 10:05:04

Status: Verified

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on February 24, 2013 09:21:30

Issue 210 has been merged into this issue.

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From sephirot...@gmail.com on February 24, 2013 09:26:46

Fixed for me @ GIMX v1.00

@matlo matlo closed this as completed Nov 27, 2013
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