The events are fired independently, so we can't/shouldn't make any assumptions.
Just as an example, again not to make any assumptions on the order or relation between the events, you could get the follow event queue:
MouseMoved (x: 10, y: 20)
MouseButtonPressed (x: 11, y: 20)
MouseMoved (x: 11, y: 20)