diff options
author | Eugene Sandulenko | 2017-02-24 22:00:10 +0100 |
---|---|---|
committer | GitHub | 2017-02-24 22:00:10 +0100 |
commit | 8a547c8711a63c07bef974ad9457f57bf5658634 (patch) | |
tree | c1baf5d112f35dc1b80a3087fb6b164712b03b27 /gui/widgets/tab.h | |
parent | 4b364787863b62f7a141f38646a8772e921fb1e7 (diff) | |
parent | 45bd7a8b75ebd8227ec4a09e427a66b1bb2796d1 (diff) | |
download | scummvm-rg350-8a547c8711a63c07bef974ad9457f57bf5658634.tar.gz scummvm-rg350-8a547c8711a63c07bef974ad9457f57bf5658634.tar.bz2 scummvm-rg350-8a547c8711a63c07bef974ad9457f57bf5658634.zip |
Merge pull request #908 from rsn8887/upstream
SDL: Fix erratic analog pointer + control options
Diffstat (limited to 'gui/widgets/tab.h')
-rw-r--r-- | gui/widgets/tab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/widgets/tab.h b/gui/widgets/tab.h index 17b85986b5..4516c3c831 100644 --- a/gui/widgets/tab.h +++ b/gui/widgets/tab.h @@ -101,6 +101,8 @@ public: virtual void handleMouseDown(int x, int y, int button, int clickCount); virtual bool handleKeyDown(Common::KeyState state); virtual void handleCommand(CommandSender *sender, uint32 cmd, uint32 data); + virtual int getFirstVisible(); + virtual void setFirstVisible(int tabID); virtual void reflowLayout(); |