2 GB_set_key_mask_for_player
Lior Halphon edited this page 2024-11-28 23:05:32 +02:00

Definition

void GB_set_key_mask_for_player(GB_gameboy_t *gb, GB_key_mask_t mask, unsigned player);

In joypad.h

Description

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

Thread Safety

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

See Also