Read analoge stick positions

This commit is contained in:
Jaby
2024-01-04 21:36:40 -06:00
committed by Jaby
parent 755362c032
commit 592d6e78bd
4 changed files with 59 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
#pragma once
#include "controller_test_assets.hpp"
#include <FontWriter/font_writer.hpp>
#include <PSX/GPU/make_gpu_primitives.hpp>
#include <PSX/Periphery/controller.hpp>
@@ -60,7 +61,7 @@ namespace ControllerTest {
}
void setup();
void update(const Periphery::GenericController& controller);
void update(const Periphery::AnalogeController& controller, JabyEngine::FontWriter& font_writer);
void render();
};
}