Add GestureEvent (a WebKit proprietary interface for multitouch)#4589
Add GestureEvent (a WebKit proprietary interface for multitouch)#4589daxpedda merged 4 commits intowasm-bindgen:mainfrom
Conversation
b4609e5 to
21fb157
Compare
daxpedda
left a comment
There was a problem hiding this comment.
LGTM, just missing a changelog entry.
797365d to
6d25062
Compare
(a WebKit proprietary interface for multitouch gestures)
77d36fb to
1e546fb
Compare
|
I thought the |
Why should they be separate in this case? Shouldn't they always be named
Yes please! I also noticed that we got the constructor wrong. This type doesn't seem to have a constructor, but |
They shouldn't be separate. I had inferred conventions that don't exist.
I will also fix that in the next PR. |
GestureEvent is a WebKit proprietary interface for receiving multitouch pinch and rotation gestures. The information for the WebIDL was gathered from https://developer.apple.com/documentation/webkitjs/gestureevent.
I assumed this needed to be in
unstableand notenableddue to being a non-standard API, but that does limit its usability.