mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_set_key_state_for_player (markdown)
parent
4673e1263f
commit
8c36efb2dd
|
@ -6,8 +6,14 @@ In `joypad.h`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
TBD
|
Sets the state for `player`'s button `index` to value `pressed` (`true` means down, `false` means released).
|
||||||
|
|
||||||
## Thread Safety
|
## Thread Safety
|
||||||
|
|
||||||
`GB_set_key_state_for_player` is thread-safe and can be called from any thread and context.
|
`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]]
|
Loading…
Reference in New Issue