From 03afbd659914c1c43cf68cea5f02dd5d958693f7 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 28 Nov 2024 23:05:32 +0200 Subject: [PATCH] Updated GB_set_key_mask_for_player (markdown) --- GB_set_key_mask_for_player.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/GB_set_key_mask_for_player.md b/GB_set_key_mask_for_player.md index 0d52888..418328c 100644 --- a/GB_set_key_mask_for_player.md +++ b/GB_set_key_mask_for_player.md @@ -6,8 +6,15 @@ In `joypad.h` ## Description -TBD +Sets the state for all of `player`'s buttons using a [[mask|GB_key_mask_t]]. ## Thread Safety `GB_set_key_mask_for_player` is thread-safe and can be called from any thread and context. + +## See Also + +* [[GB_key_mask_t]] +* [[GB_set_key_mask]] +* [[GB_set_key_state_for_player]] +* [[GB_get_player_count]]