From 8c36efb2dd84b45e3a9a3f2c1b8e39b6223f8dc6 Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Thu, 28 Nov 2024 22:55:47 +0200 Subject: [PATCH] Updated GB_set_key_state_for_player (markdown) --- GB_set_key_state_for_player.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/GB_set_key_state_for_player.md b/GB_set_key_state_for_player.md index 0eca27f..ade42f0 100644 --- a/GB_set_key_state_for_player.md +++ b/GB_set_key_state_for_player.md @@ -6,8 +6,14 @@ In `joypad.h` ## Description -TBD +Sets the state for `player`'s button `index` to value `pressed` (`true` means down, `false` means released). ## Thread Safety `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]] \ No newline at end of file