You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update kb modifiers from web mouse events (emilk#4156)
Update modifier state from web mouse events. This allows modifiers to be
correctly updated when the window is not in focus but the mouse is still
moving over the window.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Please keep pull requests small and focused. The smaller it is, the more likely
44
44
45
45
Most PR reviews are done by me, Emil, but I very much appreciate any help I can get reviewing PRs!
46
46
47
-
It is very easy to add complexity to a project, but remember that each line of code added is code that needs to be maintained in perpituity, so we have a high bar on what get merged!
47
+
It is very easy to add complexity to a project, but remember that each line of code added is code that needs to be maintained in perpetuity, so we have a high bar on what get merged!
48
48
49
49
When reviewing, we look for:
50
50
* The PR title and description should be helpful
@@ -123,7 +123,7 @@ with `Vec2::X` increasing to the right and `Vec2::Y` increasing downwards.
123
123
124
124
`egui` uses logical _points_ as its coordinate system.
125
125
Those related to physical _pixels_ by the `pixels_per_point` scale factor.
126
-
For example, a high-dpi screeen can have `pixels_per_point = 2.0`,
126
+
For example, a high-dpi screen can have `pixels_per_point = 2.0`,
127
127
meaning there are two physical screen pixels for each logical point.
128
128
129
129
Angles are in radians, and are measured clockwise from the X-axis, which has angle=0.
0 commit comments