public class IMouseWheelEvent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
rotation |
int |
scrollAmount |
int |
scrollType |
| Constructor and Description |
|---|
IMouseWheelEvent() |
IMouseWheelEvent(int rot) |
IMouseWheelEvent(processing.event.MouseEvent e) |
IMouseWheelEvent(java.awt.event.MouseWheelEvent e) |
| Modifier and Type | Method and Description |
|---|---|
int |
getScrollAmount() |
int |
getScrollType() |
int |
getWheelRotation() |
public int rotation
public int scrollAmount
public int scrollType