1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 07:54:46 +00:00
QB64-PE/internal/c/parts/core
Luke Ceddia 90af0d6e73 Reliably enable window defocus on Linux
The FocusIn/FocusOut X11 events are more reflective of active
foreground window that Enter/Leave, which only relates to mouse
movement. In particular, FocusOut fires when Alt-Tabbing away
so the alt key is correctly released.

Also re-enable IDE defocus processing on Linux so the Alt key no
longer keeps the menus selected when Alt-Tabbing.
2024-06-03 08:07:41 +10:00
..
freeglut Reliably enable window defocus on Linux 2024-06-03 08:07:41 +10:00
gl_header_for_parsing Added multisample support (MSAA x4) 2018-06-15 22:27:30 +05:30
glew Update GLEW to v2.2.0 and avoid including glew.c from libqb.cpp 2024-01-22 00:48:12 +05:30
build.mk Suppress warnings when building freeglut 2024-02-17 01:36:10 -05:00