TDME2 1.9.121
GUIButtonController.h
Go to the documentation of this file.
1#pragma once
2
3#include <tdme/tdme.h>
7
10
11/**
12 * GUI button controller
13 * @author Andreas Drewke
14 * @version $Id$
15 */
18{
19 friend class GUIButton;
20 friend class GUIImageButton;
21
22private:
23 /**
24 * Constructor
25 */
27};
GUIButtonController(GUINode *node)
Constructor.
GUI button element.
Definition: GUIButton.h:30
GUI image button element.
GUI node base class.
Definition: GUINode.h:63