Class MsWheelEvent

  • All Implemented Interfaces:
    Contextual

    public class MsWheelEvent
    extends MsEvent
    An event indicating a mouse wheel was moved in a display.
    Author:
    Curtis Rueden
    • Constructor Detail

      • MsWheelEvent

        public MsWheelEvent​(Display<?> display,
                            InputModifiers modifiers,
                            int x,
                            int y,
                            int wheelRotation)
    • Method Detail

      • getWheelRotation

        public int getWheelRotation()