On Mon, Jun 20, 2011 at 5:21 PM, Tab Atkins Jr. <jackalm...@gmail.com> wrote: > In a non-mouselock situation, mouse events stop being fired anyway > when the mouse goes outside of the window, so you don't have to worry > about the delta information.
Mouse events continue to be fired while you hold a mouse button. The browser window may also be maximized, putting one or more edges of the window against the edge of the screen, which shouldn't cause incorrect deltas. (I think deltas should logically represent mouse movement, not cursor movement.) -- Glenn Maynard