From dc4cd6fcfb1af28487cae722f6c2747c5ebe71a9 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 28 Nov 2024 23:00:24 +0200 Subject: [PATCH] Updated GB_key_mask_t (markdown) --- GB_key_mask_t.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/GB_key_mask_t.md b/GB_key_mask_t.md index d41c3fb..49c3f9e 100644 --- a/GB_key_mask_t.md +++ b/GB_key_mask_t.md @@ -19,4 +19,9 @@ In `joypad.h` ## Description -TBD \ No newline at end of file +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]] \ No newline at end of file