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

Definition

void GB_set_key_mask(GB_gameboy_t *gb, GB_key_mask_t mask);

In joypad.h

Description

Sets the state for all of player 1's buttons using a mask.

Thread Safety

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

See Also