public interface IMouseMotionListener
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(IMouseButtonEvent event)
Will be invoked if the mouse was dragged
|
void |
mouseMoved(IMouseEvent event)
Will be invoked after the mouse moved
|
void mouseMoved(IMouseEvent event)
event - The mouse eventvoid mouseDragged(IMouseButtonEvent event)
event - The mouse button eventSiehe auch Jowidgets Nutzerhandbuch