A class that uses the accelerometer to detect the orientation of the device and uses this to change the orientation of the application.
As yet there is no demo project for this class but see the blog entry for more information.
Example usage: BhAutoRotation.new(0.6, 0.1)
This module is part of the general Bowerhaus library for Gideros mobile. There are a number of cooperating modules in this library, each with it's own Git repository. In order that the example project files will run correctly "out of the box" you should create an appropriate directory structure and clone/copy the files within it.
###/MyDocs Place your own projects in folder below here
###/MyDocs/Library Folder for library modules
###/MyDocs/Library/Bowerhaus Folder containing sub-folders for all Bowerhaus libraries
###/MyDocs/Library/Bowerhaus/BhAutoRotation Folder for THIS FILE