Package org.dreambot.api.input.event.impl.mouse
-
Class Summary Class Description AbstractMouseEvent Deprecated. MouseEvent<T extends AbstractMouseDestination> Mouse event that handles the full movement and click process based on the fields you pass in.MouseEventGenerator Utility class to generate aMouseEvent
for the given parameters. -
Enum Summary Enum Description MouseButton Mouse button to use when clicking Using NULL will mean it will not clickMouseMode Mode to use forMouseEvent
s Note: If you want the mouse to do the full press, release, click series of events, use the modeMouseMode.FULL_CLICK
Mode NONE will do only mouse movement.WheelMode Wheel mode for whether to scroll up or down