Read analoge stick positions
This commit is contained in:
@@ -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();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user