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

Support for sixaxis 'analog buttons' #29

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

Support for sixaxis 'analog buttons' #29

matlo opened this issue Nov 27, 2013 · 2 comments

Comments

@matlo
Copy link
Owner

matlo commented Nov 27, 2013

From mathieu....@gmail.com on January 27, 2011 16:10:24

Sixaxis buttons are only supported as digital buttons, i.e. button value is 0=released or 1=pressed.

But most buttons are pressure-sensitive, and have an 'analog' state too, i.e. a value in the 0..255 range.

'Analog' values are not correctly detected because Linux maps 0..255 to -32767..32767, so that the released state corresponds to an off-center position.

Specific code could be developed for sixaxis, so as to remap -32767..32767 to 0..255.

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

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on March 03, 2011 14:12:42

Status: Fixed

@matlo
Copy link
Owner Author

matlo commented Nov 27, 2013

From mathieu....@gmail.com on December 19, 2011 09:14:55

Status: Verified

@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