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
PointerEventProps #49
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @busti, thanks for this! I'm totally on board with adding pointer events.
Could you please fix that one trailing comma, and rebase this branch on latest master?
EP, | ||
dom.Event, | ||
dom.PointerEvent, | ||
TypedTargetPointerEvent[dom.Element], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This trailing comma is failing Scala 2.11 build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed the trailing comma. But it looks like i messed up the rebase.
I can re-create the PR if you wish.
…r-event-props # Conflicts: # js/src/main/scala/com/raquo/domtypes/jsdom/defs/package.scala
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrm I think I can fix the git mess bu just squashing everything when merging into master, gimme a moment.
Pointer events are now available across all major browsers, since they provide several advantages over traditional mouse and touch events, it would be handy to be able to use them in scala-dom-types.