.\" Automatically generated by Pandoc 1.17.2 .\" .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[] .fi .SH DESCRIPTION .PP Type of mouse emulation to apply. .TP .B ALLEGRO_MOUSE_EMULATION_NONE Disables mouse emulation. .RS .RE .TP .B ALLEGRO_MOUSE_EMULATION_TRANSPARENT Enables transparent mouse emulation. .RS .RE .TP .B ALLEGRO_MOUSE_EMULATION_INCLUSIVE Enable inclusive mouse emulation. .RS .RE .TP .B ALLEGRO_MOUSE_EMULATION_EXCLUSIVE Enables exclusive mouse emulation. .RS .RE .TP .B ALLEGRO_MOUSE_EMULATION_5_0_x Enables mouse emulation that is backwards compatible with Allegro 5.0.x. .RS .RE .SH SINCE .PP 5.1.0 .RS .PP \f[I][Unstable API]:\f[] Seems of limited value, as touch input tends to have different semantics compared to mouse input. .RE