Updated GB_set_key_state_for_player (markdown)

Lior Halphon 2024-11-28 23:02:17 +02:00
parent f6a2157560
commit e8e8db33ac
1 changed files with 3 additions and 2 deletions

@ -6,7 +6,7 @@ In `joypad.h`
## Description
Sets the state for `player`'s button `index` to value `pressed` (`true` means down, `false` means released).
For use with Super Game Boy games that support multiplayer. Sets the state for `player`'s button `index` to value `pressed` (`true` means down, `false` means released).
## Thread Safety
@ -16,4 +16,5 @@ Sets the state for `player`'s button `index` to value `pressed` (`true` means do
* [[GB_key_t]]
* [[GB_set_key_state]]
* [[GB_set_key_mask_for_player]]
* [[GB_set_key_mask_for_player]]
* [[GB_get_player_count]]