.\" Automatically generated by Pandoc 2.9.2.1 .\" .TH "ALLEGRO_MOUSE_EMULATION_MODE" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP ALLEGRO_MOUSE_EMULATION_MODE - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include typedef enum ALLEGRO_MOUSE_EMULATION_MODE \f[R] .fi .SH DESCRIPTION .PP Type of mouse emulation to apply. .TP ALLEGRO_MOUSE_EMULATION_NONE Disables mouse emulation. .TP ALLEGRO_MOUSE_EMULATION_TRANSPARENT Enables transparent mouse emulation. .TP ALLEGRO_MOUSE_EMULATION_INCLUSIVE Enable inclusive mouse emulation. .TP ALLEGRO_MOUSE_EMULATION_EXCLUSIVE Enables exclusive mouse emulation. .TP ALLEGRO_MOUSE_EMULATION_5_0_x Enables mouse emulation that is backwards compatible with Allegro 5.0.x. .SH SINCE .PP 5.1.0 .RS .PP \f[I][Unstable API]:\f[R] Seems of limited value, as touch input tends to have different semantics compared to mouse input. .RE