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

Lowest stick positions not reachable (left/forward, Linux, bluetooth) #167

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

Lowest stick positions not reachable (left/forward, Linux, bluetooth) #167

matlo opened this issue Nov 27, 2013 · 5 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on April 06, 2012 13:59:26

Axis values are clamped to [-127, +127], with 0 as center.

Doing so the lowest position which is -128 can't be reached.

As a result, in uncharted 2/3, the character can't jog left and forward.

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

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on May 29, 2012 14:14:21

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on May 30, 2012 00:12:29

Values were actually clamped to [-128, +127].
What was wrong was the max axis value, which was 127 instead of 128.
This made the button to stick mapping unable to reach the lowest stick position: 0-127=-127 vs -128.

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on May 31, 2012 00:49:13

Status: Verified

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on May 31, 2012 03:39:09

Summary: Lowest stick position not reachable (left/forward, Linux, bluetooth)

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on May 31, 2012 03:39:30

Summary: Lowest stick positions not reachable (left/forward, Linux, bluetooth)

@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