egui_glfw_gl
egui_glfw_gl copied to clipboard
Scaling does not work
Try the example with native_pixels_per_point= 2.0
The mouse input scales, but the graphics and the window does not.
I tried setting glfw.window_hint(glfw::WindowHint::ScaleToMonitor(true));. But it only extended the window size leaving the content unscaled.