mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
Input handling for CGuiFrame
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "CGuiFrame.hpp"
|
||||
#include "CGuiAnimController.hpp"
|
||||
#include "CGuiLogicalEventTrigger.hpp"
|
||||
#include "CGuiMessage.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
@@ -61,6 +62,10 @@ CGuiWidget* CGuiWidget::Create(CGuiFrame* frame, CInputStream& in, bool flag)
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool CGuiWidget::Message(const CGuiMessage& msg)
|
||||
{
|
||||
}
|
||||
|
||||
void CGuiWidget::ParseBaseInfo(CGuiFrame* frame, CInputStream& in, const CGuiWidgetParms& parms)
|
||||
{
|
||||
CGuiWidget* parent = frame->FindWidget(parms.x8_parentId);
|
||||
|
||||
Reference in New Issue
Block a user