Added mouse click functions to image button

Added destructor for images
Deleting listener now on exit
This commit is contained in:
andreja6
2018-04-24 12:39:53 -07:00
parent 9ffe37c21a
commit d1a1ebd016
11 changed files with 121 additions and 52 deletions

View File

@@ -1,5 +1,6 @@
#include "ButtonListener.h"
ButtonListener::ButtonListener(void)
{
}
@@ -8,7 +9,7 @@ ButtonListener::~ButtonListener(void)
{
}
void ButtonListener::onButton1MouseClick(TextButtonInstance* button)
void ButtonListener::onButton1MouseClick(BaseButtonInstance* button)
{
}