Support a few buttons
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
#include "controller_test_assets.hpp"
|
||||
#include <PSX/GPU/make_gpu_primitives.hpp>
|
||||
#include <PSX/Periphery/controller.hpp>
|
||||
|
||||
namespace ControllerTest {
|
||||
using namespace JabyEngine;
|
||||
@@ -59,7 +60,7 @@ namespace ControllerTest {
|
||||
}
|
||||
|
||||
void setup();
|
||||
void update();
|
||||
void update(const Periphery::GenericController& controller);
|
||||
void render();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user