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

Keyboard sensor Modifier doesn't work #965

Closed
RomStef opened this issue Dec 13, 2018 · 2 comments
Closed

Keyboard sensor Modifier doesn't work #965

RomStef opened this issue Dec 13, 2018 · 2 comments

Comments

@RomStef
Copy link

RomStef commented Dec 13, 2018

In the keyboard sensor , the First and Second modifiers doesn't work properly

panzergame added a commit that referenced this issue Dec 20, 2018
Previously only the first sensor was taken into account and the
second modifier always ignored.
This was because the check of status[0] and status[1] only which
correspond to the key and first modifier.

The second modifier (status[2]) is now checked as first modifier
and key.

Fix issue: #965.
@panzergame
Copy link
Contributor

Please check with recent master, b6e574b aim a modifier issue.

@youle31
Copy link
Collaborator

youle31 commented Jan 7, 2019

Fixed by panzergame in master. Thanks!

@youle31 youle31 closed this as completed Jan 7, 2019
youle31 pushed a commit that referenced this issue May 26, 2019
Previously only the first sensor was taken into account and the
second modifier always ignored.
This was because the check of status[0] and status[1] only which
correspond to the key and first modifier.

The second modifier (status[2]) is now checked as first modifier
and key.

Fix issue: #965.
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

No branches or pull requests

3 participants