-rw-r--r-- | libopie/odevice.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libopie/odevice.h b/libopie/odevice.h index 45a790b..0c55ea0 100644 --- a/libopie/odevice.h +++ b/libopie/odevice.h @@ -104,4 +104,10 @@ enum OHardKey { }; +enum ODirection { + CW = 0, + CCW = 1, + Flip = 2, +}; + /** * A singleton which gives informations about device specefic option @@ -151,4 +157,5 @@ public: Transformation rotation ( ) const; + ODirection direction ( ) const; // system |