Rename Event::MouseMoved to Event::MouseMove#825
Conversation
812eb11 to
af2f092
Compare
druid/src/contexts.rs
Outdated
| /// for example pressing a key to change the behavior of a widget. | ||
| /// | ||
| /// [`MouseMoved`]: enum.Event.html#variant.MouseDown | ||
| /// [`MouseMove`]: enum.Event.html#variant.MouseDown |
There was a problem hiding this comment.
Let's fix this link to enum.Event.html#variant.MouseMove while we're here.
|
I wonder if we should start keeping a list of breaking changes somewhere for release notes. 🤔 |
|
Yeah I think it might be a good idea to start a |
|
for now i'm going to use a label for breaking changes, which will solve one of my problems. |
cmyr
left a comment
There was a problem hiding this comment.
Consistency is good, and this is a good time to get these changes in.
As discussed in #821, this renames
MouseMovedtoMouseMovefor consistency with web API's.