diff options
| author | Fuwn <[email protected]> | 2022-03-04 01:57:27 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-04 01:57:27 -0800 |
| commit | bd47c8e6dd0b7b988c210ab752127c413c4aab85 (patch) | |
| tree | 83f0051c6c9f4021c5a4edc8bd1beebfbba3de73 /ctru-rs/src/services/hid.rs | |
| parent | add me to AUTHORS.md (diff) | |
| download | archived-ctru-rs-main.tar.xz archived-ctru-rs-main.zip | |
Diffstat (limited to 'ctru-rs/src/services/hid.rs')
| -rw-r--r-- | ctru-rs/src/services/hid.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctru-rs/src/services/hid.rs b/ctru-rs/src/services/hid.rs index 12aab2d..f318bb3 100644 --- a/ctru-rs/src/services/hid.rs +++ b/ctru-rs/src/services/hid.rs @@ -5,8 +5,8 @@ //! the accelerometer, and the gyroscope. -/// A set of flags corresponding to the button and directional pad -/// inputs on the 3DS +// A set of flags corresponding to the button and directional pad +// inputs on the 3DS bitflags! { #[derive(Default)] pub struct KeyPad: u32 { |