.\" Automatically generated by Pandoc 3.1.12.1 .\" .TH "ALLEGRO_MOUSE_EMULATION_MODE" "3" "" "Allegro reference manual" "" .SH NAME ALLEGRO_MOUSE_EMULATION_MODE \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] \f[B]typedef\f[R] \f[B]enum\f[R] ALLEGRO_MOUSE_EMULATION_MODE .EE .SH DESCRIPTION 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 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