Files
4jcraft/Minecraft.Client/Platform/Common/UI
MatthewBeshay 1ead072c45 Add text input support: safe uint16_t* to wstring conversion
Replace unsafe (wchar_t*)pchText casts with uint16_to_wstring() in all
keyboard callbacks. The direct cast is incorrect on platforms where
wchar_t is 4 bytes (Linux/macOS). New helpers in StringHelpers route
through u16string for proper UTF-16 to wchar_t conversion.

- Add uint16_len, uint16_to_u16string, uint16_to_wstring to StringHelpers
- Fix casts in AnvilMenu, CreateWorldMenu, DebugCreateSchematic,
  DebugSetCamera, LaunchMoreOptionsMenu, SignEntryMenu
- Truncate sign text to 15 chars in SignEntryMenu
- Move m_bIgnoreInput reset after if-block in LaunchMoreOptionsMenu
2026-03-30 12:46:50 +11:00
..
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-23 08:45:24 +11:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-22 04:25:54 -05:00
2026-03-28 22:53:15 -04:00
2026-03-22 04:25:54 -05:00
2026-03-22 13:15:41 -05:00