| | |
Constant | Description | Used by the functions |
---|
eabLeftButton | Simulates a press on the left button of Action Bar. | EmulateActionBar |
eabOption | Simulates a press on one of the options found in the Action Bar. | EmulateActionBar |
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 |
esBack | Simulates a press on the Back button of simulator. | EmulateSimulator |
esClose | Closes the simulator. | EmulateSimulator |
esDefault | Runtime speed for the emulating functions: normal speed. | EmulateSpeed |
esMenu | Simulates a press on the Menu button of simulator. | EmulateSimulator |
esSlow | Runtime speed for the emulating functions: slow speed to see the actions performed. | EmulateSpeed |
esTurnScreen | Turns the screen of the simulator: switches from landscape mode to portrait mode (or conversely). | EmulateSimulator |