| | |
Constant | Description | Used by the functions |
---|
Versions 20 and latereabLeftButton New in version 20eabLeftButton eabLeftButton | Simulates a press on the left button of Action Bar. | EmulateActionBar |
Versions 20 and latereabOption New in version 20eabOption eabOption | Simulates a press on one of the options found in the Action Bar. | EmulateActionBar |
Versions 20 and latereabView New in version 20eabView eabView | Simulates a press on one of the views found in the Action Bar. | EmulateActionBar |
eiAlt | Holds the Alt key down. For compatibility with the earlier versions, you can also use the diAlt constant. | EmulateMouse, EmulateInput |
eiControl | Holds the Ctrl key down. For compatibility with the earlier versions, you can also use the diControl constant. | EmulateMouse, EmulateInput |
eiShift | Holdd the Shift key down. For compatibility with the earlier versions, you can also use the diShift constant. | EmulateMouse, EmulateInput |
emLeftButtonDown | Presses the left button. For compatibility with the earlier versions, you can also use the dmLeftButtonDown constant. | EmulateMouse |
emLeftButtonUp | Releases the left button. For compatibility with the earlier versions, you can also use the dmLeftButtonUp constant. | EmulateMouse |
emLeftClick | Performs a left click. For compatibility with the earlier versions, you can also use the dmLeftClick constant. | EmulateMouse |
emLeftDoubleClick | Performs a left double-click. For compatibility with the earlier versions, you can also use the dmLeftDoubleClick constant. | EmulateMouse |
emRightButtonDown | Presses the right button. For compatibility with the earlier versions, you can also use the dmRightButtonDown constant. | EmulateMouse |
emRightButtonUp | Releases the right button. For compatibility with the earlier versions, you can also use the dmRightButtonUp constant. | EmulateMouse |
emRightClick | Performs a right click. For compatibility with the earlier versions, you can also use the dmRightClick constant. | EmulateMouse |
emRightDoubleClick | Performs a right double-click. For compatibility with the earlier versions, you can also use the dmRightDoubleClick constant. | EmulateMouse |
Versions 20 and lateresBack New in version 20esBack esBack | Simulates a press on the Back button of simulator. | EmulateSimulator |
Versions 20 and lateresClose New in version 20esClose esClose | Closes the simulator. | EmulateSimulator |
Versions 21 and lateresDefault New in version 21esDefault esDefault | Runtime speed for the emulating functions: normal speed. | EmulateSpeed |
Versions 20 and lateresMenu New in version 20esMenu esMenu | Simulates a press on the Menu button of simulator. | EmulateSimulator |
Versions 21 and lateresSlow New in version 21esSlow esSlow | Runtime speed for the emulating functions: slow speed to see the actions performed. | EmulateSpeed |
Versions 20 and lateresTurnScreen New in version 20esTurnScreen esTurnScreen | Turns the screen of the simulator: switches from landscape mode to portrait mode (or conversely). | EmulateSimulator |