new xbox logic+ui

This commit is contained in:
Vincent BOUQUET
2024-02-21 21:40:16 +01:00
parent c26bbc55da
commit 59d5a64973
2 changed files with 63 additions and 29 deletions

View File

@@ -9,7 +9,7 @@ using SharpDX.XInput;
// A class to interface with an xbox 360 controller
namespace XboxControllerTest {
namespace XboxController {
class Xbox360Controller {
public struct Buttons {
public bool A;