Updated GB_key_mask_t (markdown)

Lior Halphon 2024-11-28 23:00:24 +02:00
parent 8c36efb2dd
commit dc4cd6fcfb
1 changed files with 6 additions and 1 deletions

@ -19,4 +19,9 @@ In `joypad.h`
## Description
TBD
An enum representing each of the 8 buttons of a Game Boy as a mask value. Multiple values can be combine with `|` and used with functions such as [[GB_set_key_mask]].
## See Also
* [[GB_set_key_mask]]
* [[GB_set_key_mask_for_player]]