Updated GB_set_key_mask_for_player (markdown)

Lior Halphon 2024-11-28 23:05:32 +02:00
parent 4b61c716ea
commit 03afbd6599
1 changed files with 8 additions and 1 deletions

@ -6,8 +6,15 @@ In `joypad.h`
## Description ## Description
TBD Sets the state for all of `player`'s buttons using a [[mask|GB_key_mask_t]].
## Thread Safety ## Thread Safety
`GB_set_key_mask_for_player` is thread-safe and can be called from any thread and context. `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]]