Package | Description |
---|---|
com.sun.glass.ui.monocle |
Modifier and Type | Field and Description |
---|---|
private MonocleView |
MouseInput.dragView
On what View is the drag operation currently over?
|
Modifier and Type | Method and Description |
---|---|
private void |
MouseInput.notifyMouse(MonocleView view,
int eventType,
int button,
int relX,
int relY,
int x,
int y,
int modifiers,
boolean isPopupTrigger,
boolean synthesized) |
private void |
MouseInput.postMouseEvent(MonocleView view,
int eventType,
int button,
int relX,
int relY,
int x,
int y,
int modifiers,
boolean isPopupTrigger,
boolean synthesized) |