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

ALLEGRO_MOUSE_EMULATION_MODE - Allegro 5 API

Description

       Type of mouse emulation to apply.

       ALLEGRO_MOUSE_EMULATION_NONE
              Disables mouse emulation.

       ALLEGRO_MOUSE_EMULATION_TRANSPARENT
              Enables transparent mouse emulation.

       ALLEGRO_MOUSE_EMULATION_INCLUSIVE
              Enable inclusive mouse emulation.

       ALLEGRO_MOUSE_EMULATION_EXCLUSIVE
              Enables exclusive mouse emulation.

       ALLEGRO_MOUSE_EMULATION_5_0_x
              Enables mouse emulation that is backwards compatible with Allegro 5.0.x.

Name

       ALLEGRO_MOUSE_EMULATION_MODE - Allegro 5 API

Since

       5.1.0

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

Allegro reference manual                                                   ALLEGRO_MOUSE_EMULATION_MODE(3alleg5)

Synopsis

              #include <allegro5/allegro.h>

              typedef enum ALLEGRO_MOUSE_EMULATION_MODE

See Also