This commit removes handling for sideways mouse scroll events in fbpdf. It was discovered that 'z-move' events actually report a signed value between -8 and +7, making the previous mapping to discrete sideways movements incorrect. This ensures more accurate mouse input processing.