mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_set_key_state_for_player (markdown)
parent
f6a2157560
commit
e8e8db33ac
|
@ -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]]
|
Loading…
Reference in New Issue