Mercurial > hg > easaier-soundaccess
diff data/fileio/VideoFileReader.h @ 167:2ac52ea3c1c4
video mouse events are in SDL now.
The code is really better now, but there is a display bug when you zoom in, zoom out
author | benoitrigolleau |
---|---|
date | Fri, 16 Nov 2007 15:18:44 +0000 |
parents | e63e8272dcb0 |
children | be6d31baecb9 |
line wrap: on
line diff
--- a/data/fileio/VideoFileReader.h Fri Nov 16 13:17:55 2007 +0000 +++ b/data/fileio/VideoFileReader.h Fri Nov 16 15:18:44 2007 +0000 @@ -42,6 +42,7 @@ virtual QString getError() const { return m_error; } static void getSupportedExtensions(std::set<QString> &extensions); + void VideoFileReader::processEvents(); protected: QString m_path; @@ -55,6 +56,7 @@ bool m_cancelled; int m_width; int m_height; + float m_zoomfactor;