|
@@ -25,7 +25,11 @@
|
|
|
#include "PolyScreenEntity.h"
|
|
#include "PolyScreenEntity.h"
|
|
|
|
|
|
|
|
namespace Polycode {
|
|
namespace Polycode {
|
|
|
-
|
|
|
|
|
|
|
+ /*
|
|
|
|
|
+ * Base class for all UI widgets.
|
|
|
|
|
+ *
|
|
|
|
|
+ * processInputEvent is set to true by default.
|
|
|
|
|
+ */
|
|
|
class _PolyExport UIElement : public ScreenEntity {
|
|
class _PolyExport UIElement : public ScreenEntity {
|
|
|
public:
|
|
public:
|
|
|
UIElement();
|
|
UIElement();
|
|
@@ -37,4 +41,4 @@ namespace Polycode {
|
|
|
|
|
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
-}
|
|
|
|
|
|
|
+}
|