Use A/B as button names

This commit is contained in:
Locria Cyber 2022-05-01 21:50:44 +08:00
parent 5d0e927a2e
commit d497fbf302
No known key found for this signature in database
GPG Key ID: ED0D424AE4406330
1 changed files with 2 additions and 2 deletions

View File

@ -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,