Skip to content

Review updating strokes with incoming events #3

Description

@adamwulf

In MMDrawModel near line 56:

            // TODO: It's possible for an update to come in for a previous stroke
            // after a new stroke has aleady been started. In that case, the
            // for loop below will never be run to find the correct stroke,
            // and the isSameTouchAsEvent: will also fail, causing the event
            // to be lost.

Also in [MMDrawnStroke addEvent:], all of the elements events were re-mapped into _eventIdToSegment instead of only elementEvents. Verify that using elementEvents is enough.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions