Results 211 comments of SiegeLord

I don't think we even have events for these things. One way to resolve this could be to send an event (like ALLEGRO_EVENT_MONITOR_LOST) and then mark the display as permanently...

A potential solution from Jesse Gordon from Discord: ```c static bool xrandr_get_monitor_info(ALLEGRO_SYSTEM_XGLX *s, int adapter, ALLEGRO_MONITOR_INFO *mi) { if(adapter < 0 || adapter >= (int)_al_vector_size(&s->xrandr_adaptermap)) return false; int xscreen =...

This is a long desired feature, thanks. I'm a little concerned that it looks so simple, we'll need to carefully test it with MSVC/XCode etc.

Does it controller otherwise work? You just don't get events for those missing buttons?

I think this is a valid issue. The goal of the joystick rework was to make it possible to have consistent cross-joystick/cross-platform defaults, and adjusting those defaults in response to...

Is that the only incompatibility? It's not a huge problem to change it. We in fact use NSTitledWindowMask elsewhere in the codebase, so a simple change of NSWindowStyleMaskTitled to NSTitledWindowMask...

I can't seem to reproduce this on the master build. What version are you using? Also, what desktop environment is it (GNOME? KDE? Cinnamon?)

I tried this with that configuration, and am still having trouble reproducing this. Is it at all possible to get access to your code?

Is there any backtrace or any other output from the program when it crashes?

@jarroddavis68 any luck getting a backtrace?