Skip to content

Commit

Permalink
Update SdlIMEHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
SadPencil committed Jan 24, 2025
1 parent 6e7fed8 commit a15d6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientGUI/IME/SdlIMEHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ClientGUI.IME;
/// </remarks>
internal sealed class SdlIMEHandler(Game game) : IMEHandler

Check warning on line 14 in ClientGUI/IME/SdlIMEHandler.cs

View workflow job for this annotation

GitHub Actions / build-clients (Ares)

Parameter 'game' is unread.

Check warning on line 14 in ClientGUI/IME/SdlIMEHandler.cs

View workflow job for this annotation

GitHub Actions / build-clients (TS)

Parameter 'game' is unread.

Check warning on line 14 in ClientGUI/IME/SdlIMEHandler.cs

View workflow job for this annotation

GitHub Actions / build-clients (YR)

Parameter 'game' is unread.
{
public override bool Enabled { get => false; protected set => _ = value; }
public override bool TextCompositionEnabled { get => false; protected set => _ = value; }

public override void StartTextComposition()
{
Expand Down

0 comments on commit a15d6d8

Please sign in to comment.