I'm trying to write a class that contain a clickable Box. The action of the click event is handled in the Screen1View.I'm total loss with GenericCallback and Callback.Here the code:MyObj.hpp:class MyObj : public TextureMapper
{
public:
MyObj();
~My...