Skip to content

GB_set_key_mask

Lior Halphon edited this page Nov 30, 2024 · 3 revisions

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

Clone this wiki locally