Updated GB_set_key_state_for_player (markdown)

Lior Halphon 2024-11-28 22:55:47 +02:00
parent 4673e1263f
commit 8c36efb2dd
1 changed files with 7 additions and 1 deletions

@ -6,8 +6,14 @@ In `joypad.h`
## Description
TBD
Sets the state for `player`'s button `index` to value `pressed` (`true` means down, `false` means released).
## Thread Safety
`GB_set_key_state_for_player` is thread-safe and can be called from any thread and context.
## See Also
* [[GB_key_t]]
* [[GB_set_key_state]]
* [[GB_set_key_mask_for_player]]