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