Sponsor:

Your company here, and a link to your site. Click to find out more.

ALLEGRO_MOUSE_EMULATION_MODE - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

typedef enum ALLEGRO_MOUSE_EMULATION_MODE

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.

Since

5.1.0

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

Referenced By

al_get_mouse_emulation_mode(3), al_set_mouse_emulation_mode(3).

Allegro reference manual