Use A/B as button names
This commit is contained in:
parent
5d0e927a2e
commit
d497fbf302
|
@ -82,8 +82,8 @@ pub const ColorIndex = enum(u4) {
|
|||
};
|
||||
|
||||
pub const GamePad = packed struct {
|
||||
x: bool,
|
||||
z: bool,
|
||||
a: bool,
|
||||
b: bool,
|
||||
_reserved: u2,
|
||||
left: bool,
|
||||
right: bool,
|
||||
|
|
Loading…
Reference in New Issue