mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-04-24 13:34:47 +00:00
clearify that bit 27 does not correspond to a button
This commit is contained in:
parent
0eecd0fbf0
commit
90272a8649
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ Code type 0x8 enters or skips a conditional block based on whether a key combina
|
|||
|
||||
+ k: Keypad mask to check against, see below.
|
||||
|
||||
Note that for multiple button combinations, the bitmasks should be ORd together.
|
||||
Note that for multiple button combinations, the bitmasks should be OR'd together. Also, bit 27 does not correspond to a button and instead acts as a no auto-repeat flag.
|
||||
|
||||
#### Keypad Values
|
||||
Note: This is the direct output of `hidKeysDown()`.
|
||||
|
|
Loading…
Add table
Reference in a new issue