RUMM-2783 Provide SR touch data following the new proposed format#1187
Merged
mariusc83 merged 1 commit intoDec 12, 2022
Conversation
Codecov Report
@@ Coverage Diff @@
## feature/sdkv2 #1187 +/- ##
=================================================
+ Coverage 83.28% 83.32% +0.04%
=================================================
Files 356 356
Lines 11971 11969 -2
Branches 2059 2059
=================================================
+ Hits 9970 9973 +3
- Misses 1357 1359 +2
+ Partials 644 637 -7
|
mariusc83
force-pushed
the
mconstantin/rumm-2783/support-new-sr-touch-interaction-data-format
branch
2 times, most recently
from
December 12, 2022 10:28
179a31e to
21d06e9
Compare
mariusc83
force-pushed
the
mconstantin/rumm-2767/handle-sr-requests-from-requests-factory
branch
3 times, most recently
from
December 12, 2022 11:45
0549eb2 to
347b709
Compare
Base automatically changed from
mconstantin/rumm-2767/handle-sr-requests-from-requests-factory
to
feature/sdkv2
December 12, 2022 12:10
mariusc83
force-pushed
the
mconstantin/rumm-2783/support-new-sr-touch-interaction-data-format
branch
from
December 12, 2022 12:12
21d06e9 to
4e31914
Compare
mariusc83
marked this pull request as ready for review
December 12, 2022 12:55
0xnm
approved these changes
Dec 12, 2022
mariusc83
deleted the
mconstantin/rumm-2783/support-new-sr-touch-interaction-data-format
branch
December 12, 2022 14:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
As a follow up task on the approved RFC we will be sending each touch event as a single
PointerInteractionDatain aMobileIncrementalSnapshotRecord. This will allow the player to treat thetouch eventsrelated records as any other record and not have to do extra operations to flatten theTouchData#positionsin multiple records as before.Motivation
What inspired you to submit this pull request?
Additional Notes
Anything else we should know when reviewing?
Review checklist (to be filled by reviewers)