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_get_mouse_emulation_mode - Allegro 5 API

Description

       Returns the kind of mouse emulation which the touch input subsystem is set to perform.

Name

       al_get_mouse_emulation_mode - Allegro 5 API

See Also

ALLEGRO_MOUSE_EMULATION_MODE(3alleg5), al_set_mouse_emulation_mode(3alleg5).

Allegro reference manual                                                    al_get_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>

              int al_get_mouse_emulation_mode(void)

See Also