1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 05:34:47 +00:00
QB64-PE/internal/c/parts/core/freeglut
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
..
include/GL Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_callbacks.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_cursor.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_display.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_ext.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_font.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_font_data.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_gamemode.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_geometry.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_glutfont_definitions.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_init.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_input_devices.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_internal.h Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_joystick.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_main.c Add cross-platform clipboard support 2024-03-26 23:34:54 +05:30
freeglut_menu.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_misc.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_overlay.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_spaceball.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_state.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_stroke_mono_roman.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_stroke_roman.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_structure.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_teapot.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_teapot_data.h Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30
freeglut_videoresize.c Minimize and remove custom / dead FreeGLUT changes 2024-01-24 01:16:55 +05:30
freeglut_window.c Reliably enable window defocus on Linux 2024-06-03 08:07:41 +10:00
freeglut_xinput.c Update FreeGLUT to v2.8.1 2024-01-30 03:01:26 +05:30