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
Copy file name to clipboardExpand all lines: MLEM.Ui/Elements/Element.cs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -425,7 +425,7 @@ public StyleProp<Padding> ChildPadding {
425
425
/// Event that is called when text input is made.
426
426
/// When an element uses this event, it should call <see cref="MlemPlatform.EnsureExists"/> on construction to ensure that the MLEM platform is initialized.
427
427
/// Note that this event is called for every element, even if it is not selected.
428
-
/// Also note that if the active <see cref="MlemPlatform"/> uses an on-screen keyboard, this event is never called.
428
+
/// Also note that if the active <see cref="MlemPlatform"/> doesn't support <see cref="MlemPlatform.AddTextInputListener"/>, this event is never called.
0 commit comments