Remove Win32 callback types from UI keyboard scenes

This commit is contained in:
notmatthewbeshay
2026-03-10 22:33:45 +11:00
parent 3b785b6787
commit 80f1a8d1b5
8 changed files with 14 additions and 14 deletions

View File

@@ -116,7 +116,7 @@ void UIScene_DebugSetCamera::handleCheckboxToggled(F64 controlId, bool selected)
}
}
int UIScene_DebugSetCamera::KeyboardCompleteCallback(LPVOID lpParam,bool bRes)
int UIScene_DebugSetCamera::KeyboardCompleteCallback(void *lpParam,bool bRes)
{
UIScene_DebugSetCamera *pClass=(UIScene_DebugSetCamera *)lpParam;
uint16_t pchText[2048];//[128];