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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user