mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-20 11:39:13 +00:00
More input and rendering implementations
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#include "Runtime/Graphics/CGraphics.hpp"
|
||||
#include "Runtime/GuiSys/CGuiWidget.hpp"
|
||||
#include "Runtime/GuiSys/CGuiFrame.hpp"
|
||||
|
||||
#include <aurora.h>
|
||||
#include <aurora_shaders.h>
|
||||
|
||||
#include <logvisor/logvisor.hpp>
|
||||
|
||||
namespace metaforce {
|
||||
@@ -111,7 +115,7 @@ void CGuiWidget::Update(float dt) {
|
||||
sib->Update(dt);
|
||||
}
|
||||
|
||||
void CGuiWidget::Draw(const CGuiWidgetDrawParms&) {}
|
||||
void CGuiWidget::Draw(const CGuiWidgetDrawParms& parms) {}
|
||||
void CGuiWidget::ProcessUserInput(const CFinalInput& input) {}
|
||||
void CGuiWidget::Touch() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user