mirror of https://github.com/LIJI32/SameBoy.git
Updated GB_set_key_state (markdown)
parent
c34a0d36f2
commit
4673e1263f
|
@ -6,8 +6,14 @@ In `joypad.h`
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
TBD
|
Sets the state for button `index` to value `pressed` (`true` means down, `false` means released).
|
||||||
|
|
||||||
## Thread Safety
|
## Thread Safety
|
||||||
|
|
||||||
`GB_set_key_state` is thread-safe and can be called from any thread and context.
|
`GB_set_key_state` is thread-safe and can be called from any thread and context.
|
||||||
|
|
||||||
|
## See Also
|
||||||
|
|
||||||
|
* [[GB_key_t]]
|
||||||
|
* [[GB_set_key_state_for_player]]
|
||||||
|
* [[GB_set_key_mask]]
|
||||||
|
|
Loading…
Reference in New Issue