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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user