Enum Mma7660fc.DirectionType
Direction/orientation of the device UP/DOWN/LEFT/RIGHT
Assembly: Mma7660fc.dll
View Source
public enum Mma7660fc.DirectionType : byte
Fields
Unknown
Direction unknown
View Source
Unknown = 0
Up
Device oriented up
View Source
Up = 24
Down
Device oriented down
View Source
Down = 20
Right
Device oriented right
View Source
Right = 8
Left
Device oriented left
View Source
Left = 4