Cabbage Logo
Back to Cabbage Site

Mouse wheel reserved channels

Two new reserved channels for getting information from the mousewheel:

MOUSEWHEEL_DELTA_Y Returns the amount the wheel has moved on the Y axis.

MOUSEWHEEL_DELTA_X Returns the amount the wheel has moved on the X axis.

1 Like

Is this for a mouse with a trackball in them? How would these work with a mouse that only has one direction?

Up and down uses Y, left and right uses X. I have never had a device I could check the x axis stuff with.