Skip to content

Commit 1d7825b

Browse files
committed
small Element documentation fix
1 parent 9b91126 commit 1d7825b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLEM.Ui/Elements/Element.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ public StyleProp<Padding> ChildPadding {
425425
/// Event that is called when text input is made.
426426
/// When an element uses this event, it should call <see cref="MlemPlatform.EnsureExists"/> on construction to ensure that the MLEM platform is initialized.
427427
/// 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.
429429
/// </summary>
430430
public TextInputCallback OnTextInput;
431431
/// <summary>

0 commit comments

Comments
 (0)