Updated GB_set_key_state (markdown)

Lior Halphon 2024-11-28 22:54:31 +02:00
parent c34a0d36f2
commit 4673e1263f
1 changed files with 7 additions and 1 deletions

@ -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]]