2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 04:06:09 +00:00

aurora: Cleanup, rename ZTest to ZComp to more accurately describe purprose, implement colored_quad

This commit is contained in:
2022-02-20 13:06:04 -08:00
parent 2648fc50e4
commit 49418f444f
16 changed files with 502 additions and 48 deletions

View File

@@ -432,6 +432,8 @@ public:
// TODO: implement this
}
void onAppDisplayScaleChanged(float scale) noexcept override { ImGuiEngine_Initialize(scale); }
void onControllerButton(uint32_t idx, aurora::ControllerButton button, bool pressed) noexcept override {
if (auto* input = g_InputGenerator) {
input->controllerButton(idx, button, pressed);