Class TranslateMouseWheelListener
- java.lang.Object
-
- net.runelite.client.plugins.stretchedmode.TranslateMouseWheelListener
-
- All Implemented Interfaces:
MouseWheelListener
public class TranslateMouseWheelListener extends Object implements MouseWheelListener
-
-
Constructor Summary
Constructors Constructor Description TranslateMouseWheelListener(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MouseWheelEvent
mouseWheelMoved(MouseWheelEvent event)
-
-
-
Constructor Detail
-
TranslateMouseWheelListener
@Inject public TranslateMouseWheelListener(Client client)
-
-
Method Detail
-
mouseWheelMoved
public MouseWheelEvent mouseWheelMoved(MouseWheelEvent event)
- Specified by:
mouseWheelMoved
in interfaceMouseWheelListener
-
-