I am currently working on a unique project that involves creating a mashup with Google Maps (v3) to display real-time GPS data of Boston's buses. While Google typically uses scrolling for zooming in the maps, I believe using panning would be more practical, especially considering that many computers, particularly Macs, now have two-finger scrolling capabilities for both horizontal and vertical movements. My challenge lies in finding a way to access scroll events in order to trigger panning. I came across the mousewheel jQuery plugin, but it seems to only detect vertical scrolling easily. According to Mozilla, Firefox version 3.5 onwards assigns an "axis" property to scroll events, but I have yet to find similar support for other browsers. Could this feature simply be too new to receive widespread compatibility among different web browsers?