forked from Gamua/Sparrow-Framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as pointed out by hobsynth at Gamua#53, when many touches were queued…
… in the touch processor, they essentially would "overwrite" themselves causing touches to be lost in the game loop; this is now corrected by checking for duplicates and repeating processing until the queue is empty
- Loading branch information
Showing
2 changed files
with
69 additions
and
67 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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