Commit 454e9257 by grlabu

Update gamescreen.h

parent a949ea23
Showing with 9 additions and 2 deletions
...@@ -16,8 +16,15 @@ public: ...@@ -16,8 +16,15 @@ public:
~gamescreen(); ~gamescreen();
private slots: private slots:
void on_Leftbutton_clicked();
void on_Rightbutton_clicked();
void on_Rightbutton_pressed();
void on_Rightbutton_released();
void on_Leftbutton_pressed();
void on_Leftbutton_released();
private: private:
Ui::gamescreen *ui; Ui::gamescreen *ui;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment