3 GB_clear_joyp_accessed
Lior Halphon edited this page 2024-12-01 01:09:32 +02:00

Definition

void GB_clear_joyp_accessed(GB_gameboy_t *gb);

In joypad.h

Description

Resets the value returned by GB_get_joyp_accessed back to false. See GB_get_joyp_accessed for more information.

Thread Safety

GB_clear_joyp_accessed is thread-safe and can be called from any thread and context.

See Also