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

◆ SelectedPage

uint ReLogic.Localization.IME.WinImm32Ime.SelectedPage
get

Definition at line 29 of file WinImm32Ime.cs.

30 {
31 get
32 {
33 if (_candPageSize != 0)
34 {
36 }
37 return 0u;
38 }
39 }

Referenced by ReLogic.Localization.IME.WinImm32Ime.GetCandidate().