-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Basic multi touch support (issue #279) #306
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
Merged
emilk
merged 36 commits into
emilk:master
from
quadruple-output:issue-279-touch-gesture-support
May 6, 2021
Merged
Changes from 15 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
3cae7c5
translate touch events from glium to egui
quadruple-output 9dbda04
translate touch events from web_sys to egui
quadruple-output 7c1c01a
introduce `TouchState` and `Gesture`
quadruple-output 69dafcc
add method InputState::zoom()
quadruple-output 7d30aa1
manage one `TouchState` per individual device
quadruple-output 2d8406b
implement control loop for gesture detection
quadruple-output c2908ab
streamline `Gesture` trait, simplifying impl's
quadruple-output a5da37d
implement first version of Zoom gesture
quadruple-output 45e59e7
fix failing doctest
quadruple-output c348c6c
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output 9e841d5
get rid of `Gesture`s
quadruple-output dfc4f20
Provide a Zoom/Rotate window in the demo app
quadruple-output 286e4d5
fix comments and non-idiomatic code
quadruple-output 39d93e1
update touch state *each frame*
quadruple-output 99176c3
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output de4b4cd
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output 211972e
change egui_demo to use *relative* touch data
quadruple-output ca846e5
support more than two fingers
quadruple-output 0882300
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output 0d7d20a
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output bd5b909
cleanup code and comments for review
quadruple-output cc054b8
minor code simplifications
quadruple-output fee8ed8
oops – forgot the changelog
quadruple-output 0687b82
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output ce8f3a8
resolve comment https://github.com/emilk/egui/pull/306/files/fee8ed83…
quadruple-output 9c6c6b1
accept suggestion https://github.com/emilk/egui/pull/306#discussion_r…
quadruple-output 5c27120
fix syntax error (dough!)
quadruple-output 612069a
remove `dbg!` (why didnt clippy see this?)
quadruple-output e3cc56e
apply suggested diffs from review
quadruple-output e4c9a65
fix conversion of physical location to Pos2
quadruple-output 67b5a88
Merge remote-tracking branch 'upstream/master' into issue-279-touch-g…
quadruple-output 3918653
remove redundanct type `TouchAverages`
quadruple-output 9161b12
Merge remote-tracking branch 'upstream' into issue-279-touch-gesture-…
quadruple-output b38e225
remove trailing space
quadruple-output acbefda
avoid initial translation jump in plot demo
quadruple-output 755ca30
extend the demo so it shows off translation
quadruple-output File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.