public class ContextClickAction extends MouseAction implements Action
MouseAction.Buttonmousewhere| Constructor and Description |
|---|
ContextClickAction(Mouse mouse,
Locatable where)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Interaction> |
asInteractions(PointerInput mouse,
KeyInput keyboard)
Deprecated.
|
void |
perform()
Deprecated.
Emulates clicking on the mouse button that would bring up contextual menus (usually
right-clicking).
|
getActionLocation, moveToLocation, moveToLocationgetTargetElementpublic void perform()
public java.util.List<Interaction> asInteractions(PointerInput mouse, KeyInput keyboard)
asInteractions in interface IsInteraction