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

@@ -134,7 +134,7 @@ void UIScene_DebugCreateSchematic::handleCheckboxToggled(F64 controlId, bool sel
}
}
int UIScene_DebugCreateSchematic::KeyboardCompleteCallback(LPVOID lpParam,bool bRes)
int UIScene_DebugCreateSchematic::KeyboardCompleteCallback(void *lpParam,bool bRes)
{
UIScene_DebugCreateSchematic *pClass=(UIScene_DebugCreateSchematic *)lpParam;
@@ -213,4 +213,4 @@ int UIScene_DebugCreateSchematic::KeyboardCompleteCallback(LPVOID lpParam,bool b
return 0;
}
#endif
#endif