diff options
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 { |