1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 22:00:03 -04:00

Show the innermost debug rectangle when pressing all modifier keys (#4782)

This is usually what the user is interested in.
This commit is contained in:
Emil Ernerfeldt
2024-07-05 08:36:56 +02:00
committed by GitHub
parent ad597a8491
commit 143119943d
8 changed files with 135 additions and 98 deletions

View File

@@ -11,7 +11,7 @@
//!
//! `epaint` uses logical _points_ as its coordinate system.
//! Those related to physical _pixels_ by the `pixels_per_point` scale factor.
//! For example, a high-dpi screeen can have `pixels_per_point = 2.0`,
//! For example, a high-dpi screen can have `pixels_per_point = 2.0`,
//! meaning there are two physical screen pixels for each logical point.
//!
//! Angles are in radians, and are measured clockwise from the X-axis, which has angle=0.