Android Rotaion
Monkey Targets Forums/Android/Android Rotaion| 
 | ||
| How do I make my game rotate with the phone? | 
| 
 | ||
| #ANDROID_SCREEN_ORIENTATION="landscape" Adding that will have Monkey change the manifest to say landscape orientation instead of portrait. | 
| 
 | ||
| Got it to work thanks. |