Skip to content

Allow Gideros apps to detect changes in orientation between portrait and landscape mode.

Notifications You must be signed in to change notification settings

bowerhaus/BhAutoRotation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BhAutoRotation for Gideros

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)

Folder Structure

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

About

Allow Gideros apps to detect changes in orientation between portrait and landscape mode.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages