|
|
|
|
EmulateSimulator (Function) In french: PiloteSimulateur Emulates the window of the mobile (Android/iOS) simulator.
// Change the orientation of the simulator EmulateSimulator(esTurnScreen)
Syntax
EmulateSimulator(<Action>)
<Action>: Integer constant Action to perform: | | esBack | Simulates pressing the Back button. | esClose | Closes the simulator. | esMenu | Simulates pressing the Menu button. | esTurnScreen | Turns the screen round: switches from landscape mode to portrait mode (or conversely). |
Remarks This function must only be used in the code of automatic tests run on the Android or iOS simulator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|