Subversion Repositories tpanel

Rev

Rev 151 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 151 Rev 153
Line 225... Line 225...
225
        // Mouse
225
        // Mouse
226
        int mLastPressX{-1};                // Remember the last mouse press X coordinate
226
        int mLastPressX{-1};                // Remember the last mouse press X coordinate
227
        int mLastPressY{-1};                // Remember the last mouse press Y coordinate
227
        int mLastPressY{-1};                // Remember the last mouse press Y coordinate
228
        Qt::ScreenOrientations mOrientation{Qt::PrimaryOrientation};
228
        Qt::ScreenOrientations mOrientation{Qt::PrimaryOrientation};
229
        QMediaPlayer *mMediaPlayer{nullptr};// Class to play sound files.
229
        QMediaPlayer *mMediaPlayer{nullptr};// Class to play sound files.
-
 
230
        std::chrono::steady_clock::time_point mTouchStart;           // Time in micro seconds of the start of a touch event
-
 
231
        int mTouchX{0};                        // The X coordinate of the mouse pointer
-
 
232
        int mTouchY{0};                        // The Y coordinate of the mouse pointer
230
};
233
};
231
 
234
 
232
#endif
235
#endif