iOS specific commands

Monkey Targets Forums/iOS/iOS specific commands

Tri|Ga|De(Posted 2011) [#1]
Are there any specific command for building for iOS.
Ex. how to detect shake, accelerator a.s.o.


Beaker(Posted 2011) [#2]
AccelX/Y/Z() and touch commands in mojo.input. There aren't any iOS specific commands (yet).


Beaker(Posted 2011) [#3]
You can recognise a shake fairly easily by measuring the magnitude of the Accel vector.