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

[core] Review Gamepad support #90

Closed
raysan5 opened this issue Feb 29, 2016 · 1 comment
Closed

[core] Review Gamepad support #90

raysan5 opened this issue Feb 29, 2016 · 1 comment
Labels
bug This is a bug platform: DRM/RPI DRM/Raspberry Pi platform
Milestone

Comments

@raysan5
Copy link
Owner

raysan5 commented Feb 29, 2016

Review Gamepad support for Raspberry Pi. It doesn't work properly. It seems axis movement is not scaled properly, just raw values are read.

Related functions [core.c]:

static void *GamepadThread(void *arg);
Vector2 GetGamepadMovement(int gamepad);

Just scale read values properly.

@raysan5 raysan5 added the bug This is a bug label Feb 29, 2016
@raysan5 raysan5 added this to the raylib v1.5 milestone Feb 29, 2016
@raysan5 raysan5 added the platform: DRM/RPI DRM/Raspberry Pi platform label Mar 1, 2016
@raysan5
Copy link
Owner Author

raysan5 commented Mar 16, 2016

Improved gamepad support with commit db4585b

@raysan5 raysan5 closed this as completed Mar 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This is a bug platform: DRM/RPI DRM/Raspberry Pi platform
Projects
None yet
Development

No branches or pull requests

1 participant