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
This issue is intended to collect and discuss API improvement suggestions.
pointer: Replace dx and dy properties with delta_x and delta_y. The PointerMotionEvent has the properties "delta_x" and "delta_y". The other events call the same thing "dx" and "dy"
xwayland: Surface.or_surface_wants_focus: The name makes no sense at all. The underlying function is called xwayland_or_surface_wants_focus which makes sense, but in the context of the surface, the "or" makes no sense. Suggestion: Surface.wants_focus See comment below.
The text was updated successfully, but these errors were encountered:
heuer
changed the title
API improvements
Future API improvements
May 14, 2024
Thank you. You're right. I read the wlr function name (by mistake) like "either xwayland or a surface". I'm unsure, even knowing my mistake, if I like the method name, though. ;)
This issue is intended to collect and discuss API improvement suggestions.
dx
anddy
properties withdelta_x
anddelta_y
. The PointerMotionEvent has the properties "delta_x" and "delta_y". The other events call the same thing "dx" and "dy"Surface.or_surface_wants_focus
:The name makes no sense at all. The underlying function is calledSee comment below.xwayland_or_surface_wants_focus
which makes sense, but in the context of the surface, the "or" makes no sense. Suggestion:Surface.wants_focus
The text was updated successfully, but these errors were encountered: