mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_set_key_mask (markdown)
parent
e8e8db33ac
commit
4b61c716ea
|
@ -6,8 +6,15 @@ In `joypad.h`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
TBD
|
Sets the state for all of player 1's buttons using a [[mask|GB_key_mask_t]].
|
||||||
|
|
||||||
## Thread Safety
|
## Thread Safety
|
||||||
|
|
||||||
`GB_set_key_mask` is thread-safe and can be called from any thread and context.
|
`GB_set_key_mask` is thread-safe and can be called from any thread and context.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
* [[GB_key_mask_t]]
|
||||||
|
* [[GB_set_key_state]]
|
||||||
|
* [[GB_set_key_mask_for_player]]
|
||||||
|
* [[GB_get_player_count]]
|
Loading…
Reference in New Issue