logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

al_set_mouse_emulation_mode - Allegro 5 API

Description

       Sets the kind of mouse emulation for the touch input subsystem to perform.

Name

       al_set_mouse_emulation_mode - Allegro 5 API

See Also

ALLEGRO_MOUSE_EMULATION_MODE(3alleg5), al_get_mouse_emulation_mode(3alleg5).

Allegro reference manual                                                    al_set_mouse_emulation_mode(3alleg5)

Since

       5.1.0

              [UnstableAPI]: Seems of limited value, as touch input tends to have different semantics compared
              to mouse input.

Synopsis

              #include <allegro5/allegro.h>

              void al_set_mouse_emulation_mode(int mode)

See Also