mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Level editor work
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#include "PascalStr.h"
|
||||
#include "PLWidgets.h"
|
||||
|
||||
struct Menu;
|
||||
|
||||
namespace PortabilityLayer
|
||||
{
|
||||
class PopupMenuWidget final : public WidgetSpec<PopupMenuWidget>
|
||||
@@ -11,5 +13,14 @@ namespace PortabilityLayer
|
||||
explicit PopupMenuWidget(const WidgetBasicState &state);
|
||||
|
||||
bool Init(const WidgetBasicState &state) override;
|
||||
|
||||
//WidgetHandleState_t ProcessEvent(const TimeTaggedVOSEvent &evt);
|
||||
//int16_t Capture(const Point &pos, WidgetUpdateCallback_t callback);
|
||||
void DrawControl(DrawSurface *surface) override;
|
||||
|
||||
PLPasStr GetString() const override;
|
||||
|
||||
private:
|
||||
THandle<Menu> m_menu;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user