Problems interacting with examples\custom_window_frame
#3669
Labels
bug
Something is broken
help wanted
Extra attention is needed
native-windows
Running on native Windows OS
rerun
Desired for Rerun.io
Subject: "examples\custom_window_frame" issue
Dear emilk,
I'm re-raising the issue regarding the "examples\custom_window_frame" that I posted earlier,
as it has not been addressed in v0.24.1.
Even if double_clicked() is not working, clicked() should still function.
After running "examples\custom_window_frame",
when double-clicking on the title bar, the window does not maximize.
The dragging functionality works well when the title bar is clicked and held.
In "examples\custom_window_frame," checking only for double_clicked() as follows is fine (no problem) :
In "examples\custom_window_frame," even when double_clicked() is changed to clicked(),
if there is
else if title_bar_response.is_pointer_button_down_on()
, clicked() does not work.Thanks, emilk.
Library: egui v0.24.0, egui v0.24.1
OS: Windows 10
The text was updated successfully, but these errors were encountered: