More merges

This commit is contained in:
GabsPuNs
2026-05-11 00:53:00 -04:00
parent ca5aa1eace
commit 9f0107b76e
23 changed files with 294 additions and 101 deletions

View File

@@ -193,12 +193,10 @@ void UIScene_DebugSetCamera::handleCheckboxToggled(F64 controlId, bool selected)
int UIScene_DebugSetCamera::KeyboardCompleteCallback(LPVOID lpParam,bool bRes)
{
UIScene_DebugSetCamera *pClass=static_cast<UIScene_DebugSetCamera *>(lpParam);
uint16_t pchText[2048];
ZeroMemory(pchText, 2048 * sizeof(uint16_t));
uint16_t pchText[2048] = {};
#ifdef _WINDOWS64
Win64_GetKeyboardText(pchText, 2048);
#else
>>>>>>> origin/main
InputManager.GetText(pchText);
#endif