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

SDL: add rumble support #979

Merged
merged 1 commit into from
Sep 14, 2019
Merged

SDL: add rumble support #979

merged 1 commit into from
Sep 14, 2019

Conversation

Frenzie
Copy link
Member

@Frenzie Frenzie commented Sep 14, 2019

@Frenzie Frenzie requested a review from NiLuJe September 14, 2019 21:01
@@ -785,6 +785,7 @@ SDL_bool SDL_GameControllerGetAttached(SDL_GameController *) __attribute__((visi
SDL_Joystick *SDL_GameControllerGetJoystick(SDL_GameController *) __attribute__((visibility("default")));
int SDL_GameControllerEventState(int) __attribute__((visibility("default")));
void SDL_GameControllerUpdate(void) __attribute__((visibility("default")));
int SDL_GameControllerRumble(SDL_GameController *, Uint16, Uint16, Uint32) __attribute__((visibility("default")));
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PS This is only available starting with 2.0.9.

Copy link
Member

@NiLuJe NiLuJe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Frenzie Frenzie merged commit 9d7a286 into koreader:master Sep 14, 2019
@Frenzie Frenzie deleted the add-rumble branch September 14, 2019 22:09
Frenzie added a commit to Frenzie/koreader that referenced this pull request Sep 16, 2019
Frenzie added a commit to koreader/koreader that referenced this pull request Sep 16, 2019
mwoz123 pushed a commit to mwoz123/koreader that referenced this pull request Mar 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants