Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Dispose() [2/2]

override void ReLogic.Localization.IME.FnaIme.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from ReLogic.Localization.IME.PlatformIme.

Definition at line 35 of file FnaIme.cs.

36 {
37 if (!_disposedValue)
38 {
39 if (disposing)
40 {
41 TextInputEXT.TextInput -= OnCharCallback;
42 }
43 if (base.IsEnabled)
44 {
45 Disable();
46 }
47 _disposedValue = true;
48 }
49 }
void OnCharCallback(char key)
Definition FnaIme.cs:22

References ReLogic.Localization.IME.FnaIme._disposedValue, ReLogic.Localization.IME.PlatformIme.Disable(), and ReLogic.Localization.IME.FnaIme.OnCharCallback().