-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
IOS touch controls problems. #5099
Comments
I can't reproduce this on Android (I don't have an iOS dev setup). |
to bad. |
iPhone 4, 0.9.6-406, I also can't reproduce this. |
Actually, that problem exists on all platforms. Pretty sure there is an issue for it. -[Unknown] |
yeah,sometime remain pressed the analodg stick to. also is most apreciable in fighting games like smackdown vs raw 2011 or dbz vs tag.is hard to play when happend. |
Well,it's 2017,4,1 now,and I sometimes meet this issue still |
Here's what I suspect is happening (see also #9570):
Now, it's important to notice this is an
Now, if a finger 3 presses, what happens? It starts at 0, finds a collision, and increments to 1. It never notices the collision at 1, and there become two fingers with touch id 1. From that point, things can become mismatched. IMHO, using a fixed size array would be more foolproof, but of course #9602 shows that must be done carefully too. -[Unknown] |
Is it still an issue? |
nope, thx |
I'll just note that I don't see anything that has changed what I described from happening. Touch indexes are still allocated in the same way that causes id collisions. -[Unknown] |
Report from my chinese friend |
This should be fixed now, finally. Patterned the fix on @unknownbrackets 's fix for the similar problem on Windows touch. |
I have told the tester retest |
The tester said that the flicking fixed but emulator joystick sometimes don't work |
Can you get more details on the joystick problem? |
I have told him to make another film |
To me a joystick problem sounds like just a separate issue. I know we have several reported issues about iCade / non-iCade support. -[Unknown] |
Well, he might mean the virtual joystick on-screen. |
Yes,he mean virtual joystick on-screen,not blue teeth one. |
I tested it a bit myself and I don't see any issues. When you add five more simultaneous touches it does lose tracking, but that's unavoidable and kind of an extreme edge case. |
https://youtu.be/Dc6gnBMDIJU |
This is a test video of him sliding the full screen from the middle of the screen: |
Does the "Auto-centering analog stick" setting help under Controls? -[Unknown] |
|
I don't think there are any remaining issues here, it seems to work nicely. Closing. |
this problem still appears in recent build since very long time.controls remain pressed when touched simultaneus buttons.
@hrydgard take a look on this,please.
The text was updated successfully, but these errors were encountered: