diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-03 17:12:32 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-03 17:12:32 (GMT) |
| commit | 299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566 (patch) | |
| tree | a867e45707c6d819761782c90af00b0f6093cbcc /src/stamps/StampsView.h | |
| parent | 838a612026c821c03e663c818d4bc9fe740febd8 (diff) | |
| download | powder-299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566.zip powder-299c1da9ae6b79ddb6cc39477ad31fb1d2a3c566.tar.gz | |
Search and stamps scolling with mouse wheel, Esc to exit
Diffstat (limited to 'src/stamps/StampsView.h')
| -rw-r--r-- | src/stamps/StampsView.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stamps/StampsView.h b/src/stamps/StampsView.h index a906cdc..02e5569 100644 --- a/src/stamps/StampsView.h +++ b/src/stamps/StampsView.h @@ -29,6 +29,8 @@ public: void AttachController(StampsController * c_) { c = c_; }; void NotifyPageChanged(StampsModel * sender); void NotifyStampsListChanged(StampsModel * sender); + virtual void OnMouseWheel(int x, int y, int d); + virtual void OnKeyPress(int key, Uint16 character, bool shift, bool ctrl, bool alt); virtual ~StampsView(); }; |
