summaryrefslogtreecommitdiff
path: root/src/game/GameView.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-01-19 13:44:59 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-01-19 13:44:59 (GMT)
commit44639a6423c03552a3c0faafab27ef8f395f73a6 (patch)
tree1a4fc49a56060759fcbec6f18e9159cf126e8606 /src/game/GameView.h
parent4a60b97c700c2f1843b7e99313554cb89fb5da4e (diff)
downloadpowder-44639a6423c03552a3c0faafab27ef8f395f73a6.zip
powder-44639a6423c03552a3c0faafab27ef8f395f73a6.tar.gz
Some folder changes, started search and client
Diffstat (limited to 'src/game/GameView.h')
-rw-r--r--src/game/GameView.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 531a4b9..f34aedc 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -21,20 +21,13 @@ private:
Renderer * ren;
//UI Elements
ui::Button * pauseButton;
+ ui::Button * searchButton;
public:
GameView();
void AttachController(GameController * _c){ c = _c; }
void NotifyRendererChanged(GameModel * sender);
void NotifySimulationChanged(GameModel * sender);
void NotifyPausedChanged(GameModel * sender);
- /*virtual void DoMouseMove(int x, int y, int dx, int dy);
- virtual void DoMouseDown(int x, int y, unsigned button);
- virtual void DoMouseUp(int x, int y, unsigned button);
- //virtual void DoMouseWheel(int x, int y, int d);
- //virtual void DoKeyPress(int key, bool shift, bool ctrl, bool alt);
- //virtual void DoKeyRelease(int key, bool shift, bool ctrl, bool alt);
- virtual void DoTick(float dt);
- virtual void DoDraw();*/
virtual void OnMouseMove(int x, int y, int dx, int dy);
virtual void OnMouseDown(int x, int y, unsigned button);
virtual void OnMouseUp(int x, int y, unsigned button);