You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a project where the display uses the menu functionality and is intended to be resizable as well, but combining these flags in al_set_new_display_flags causes mouse events to report the wrong position. ALLEGRO_GTK_TOPLEVEL by itself as well as ALLEGRO_RESIZABLE by itself work normally. In all of these cases, I'm also using ALLEGRO_WINDOWED and ALLEGRO_PROGRAMMABLE_PIPELINE.
The circle directly above my cursor shows the reported xy-coordinate that I get from mouse events.
The text was updated successfully, but these errors were encountered:
I'm working on a project where the display uses the menu functionality and is intended to be resizable as well, but combining these flags in
al_set_new_display_flags
causes mouse events to report the wrong position.ALLEGRO_GTK_TOPLEVEL
by itself as well asALLEGRO_RESIZABLE
by itself work normally. In all of these cases, I'm also usingALLEGRO_WINDOWED
andALLEGRO_PROGRAMMABLE_PIPELINE
.The circle directly above my cursor shows the reported xy-coordinate that I get from mouse events.
The text was updated successfully, but these errors were encountered: