Provided by: allegro5-doc_5.2.3.0-1_all
NAME
al_set_mouse_emulation_mode - Allegro 5 API
SYNOPSIS
#include <allegro5/allegro.h> void al_set_mouse_emulation_mode(int mode)
DESCRIPTION
Sets the kind of mouse emulation for the touch input subsystem to perform.
SINCE
5.1.0 [Unstable API]: Seems of limited value, as touch input tends to have different semantics compared to mouse input.
SEE ALSO
ALLEGRO_MOUSE_EMULATION_MODE(3alleg5), al_get_mouse_emulation_mode(3alleg5).