godot/platform/linuxbsd/x11
Markus Sauermann b44e6bb42b Fix colorpicker slider bug with mouse-up outside of popup
When releasing the mouse button outside of the popup while dragging
a slider, the slider still gets adjusted by mouse-move events.

The reason for this bug is that the mouse-up event is sent to the
focused window (main editor window) instead of the colorpicker
popup window.

This PR adjusts the linuxbsd X11 DisplayServer to send the event to the
correct expected window.
2022-12-06 19:30:13 +01:00
..
dynwrappers Load X11 dynamically 2022-12-03 19:23:43 +01:00
detect_prime_x11.cpp Load X11 dynamically 2022-12-03 19:23:43 +01:00
detect_prime_x11.h linuxbsd: move all X11 stuff in its own directory 2022-11-02 20:48:46 +01:00
display_server_x11.cpp Fix colorpicker slider bug with mouse-up outside of popup 2022-12-06 19:30:13 +01:00
display_server_x11.h Load X11 dynamically 2022-12-03 19:23:43 +01:00
gl_manager_x11.cpp Load X11 dynamically 2022-12-03 19:23:43 +01:00
gl_manager_x11.h Load X11 dynamically 2022-12-03 19:23:43 +01:00
key_mapping_x11.cpp linuxbsd: move all X11 stuff in its own directory 2022-11-02 20:48:46 +01:00
key_mapping_x11.h linuxbsd: move all X11 stuff in its own directory 2022-11-02 20:48:46 +01:00
SCsub Load X11 dynamically 2022-12-03 19:23:43 +01:00
vulkan_context_x11.cpp linuxbsd: move all X11 stuff in its own directory 2022-11-02 20:48:46 +01:00
vulkan_context_x11.h linuxbsd: move all X11 stuff in its own directory 2022-11-02 20:48:46 +01:00