|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OperaMouseKeys | |
|---|---|
| com.opera.core.systems.scope.internal | |
| com.opera.core.systems.scope.services | Interfaces for all the Scope services used. |
| com.opera.core.systems.scope.services.ums | Implementations of the Scope service interfaces. |
| Uses of OperaMouseKeys in com.opera.core.systems.scope.internal |
|---|
| Methods in com.opera.core.systems.scope.internal that return OperaMouseKeys | |
|---|---|
static OperaMouseKeys |
OperaMouseKeys.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static OperaMouseKeys[] |
OperaMouseKeys.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of OperaMouseKeys in com.opera.core.systems.scope.services |
|---|
| Methods in com.opera.core.systems.scope.services with parameters of type OperaMouseKeys | |
|---|---|
void |
IOperaExec.mouseAction(int x,
int y,
int count,
OperaMouseKeys... keys)
Create one or more mouse actions on coordinates x,y with key(s) as specified in OperaMouseKeys and the number of repeated events as an integer. |
void |
IOperaExec.mouseAction(int x,
int y,
OperaMouseKeys... keys)
Create a mouse action on coordinates x,y with key(s) as specified in OperaMouseKeys. |
| Uses of OperaMouseKeys in com.opera.core.systems.scope.services.ums |
|---|
| Methods in com.opera.core.systems.scope.services.ums with parameters of type OperaMouseKeys | |
|---|---|
void |
OperaExec.mouseAction(int x,
int y,
int count,
OperaMouseKeys... keys)
|
void |
OperaExec.mouseAction(int x,
int y,
OperaMouseKeys... keys)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||