I believe you can find the 'horizontal' or x-axis data from
event.originalEvent.wheelDeltaX
You should debug the code, and see what properties the event object has at runtime. This should confirm or deny if that property exists. From there, it is just a matter of detecting if the value differs.