-
-
Notifications
You must be signed in to change notification settings - Fork 216
GB_clear_joyp_accessed
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
void GB_clear_joyp_accessed(GB_gameboy_t *gb);
In joypad.h
Resets the value returned by GB_get_joyp_accessed back to false
. See GB_get_joyp_accessed for more information.
GB_clear_joyp_accessed
is thread-safe and can be called from any thread and context.