mirror of
https://github.com/YACReader/yacreader
synced 2025-07-22 23:15:14 -04:00
merge current develop branch
This commit is contained in:
@ -173,6 +173,9 @@ protected:
|
||||
//sets the updateInterval in ms
|
||||
static int updateInterval;
|
||||
|
||||
// sets flow direction right-to-left (manga mode)
|
||||
bool flowRightToLeft;
|
||||
|
||||
void startAnimationTimer();
|
||||
void stopAnimationTimer();
|
||||
|
||||
@ -251,6 +254,8 @@ public:
|
||||
|
||||
void useVSync(bool b);
|
||||
|
||||
void setFlowRightToLeft(bool b);
|
||||
|
||||
virtual void updateImageData() = 0;
|
||||
|
||||
void reset();
|
||||
|
Reference in New Issue
Block a user